mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 07:25:35 +00:00
Début du projet, création du comportement de base + structure du site / du projet
This commit is contained in:
7
pages/_app.js
Normal file
7
pages/_app.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import '../styles/globals.scss';
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />;
|
||||
}
|
||||
|
||||
export default MyApp;
|
||||
Reference in New Issue
Block a user