mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-22 16:16:31 +00:00
3 lines
95 B
Plaintext
3 lines
95 B
Plaintext
|
export default function App({ Component, pageProps }) {
|
||
|
return <Component {...pageProps} />
|
||
|
}
|