mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
import '../styles/globals.scss';
|
|
|
|
function MyApp({ Component, pageProps }) {
|
|
return <Component {...pageProps} />;
|
|
}
|
|
|
|
export default MyApp; |