diff options
author | 2021-08-16 21:22:32 +0200 | |
---|---|---|
committer | 2021-08-16 21:24:42 +0200 | |
commit | eb28244fc8f98e28728c7b3f951e102b9cc56590 (patch) | |
tree | 76237e414671730371f87c8e263a18c2d2e8c17f /pages/_app.js | |
parent | b43d34c0136552cd2d83258fb5523bb873177908 (diff) | |
download | my_apps-eb28244fc8f98e28728c7b3f951e102b9cc56590.tar.gz my_apps-eb28244fc8f98e28728c7b3f951e102b9cc56590.tar.bz2 my_apps-eb28244fc8f98e28728c7b3f951e102b9cc56590.zip |
styles moved to scss
Diffstat (limited to 'pages/_app.js')
-rw-r--r-- | pages/_app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/_app.js b/pages/_app.js index 5196b22..4625291 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -1,6 +1,6 @@ import { SWRConfig } from 'swr' import fetchJson from 'lib/fetchJson' -import '/styles/styles.scss' +import '/styles/global.scss' function MyApp({Component, pageProps}) { return ( |