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