mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
import '../styles/global.scss';
|
|
|
|
export default function App({Component, pageProps}) {
|
|
return <Component {...pageProps} />;
|
|
}
|