8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
|
|
import '../styles.css'
|
||
|
|
|
||
|
|
export default function App({ Component, pageProps }) {
|
||
|
|
return <Component {...pageProps} />
|
||
|
|
|
||
|
|
|
||
|
|
}
|