mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
Renames globals.css → global.css (#181)
* Renames `globals.css` → `global.css` * Missed one
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import '../styles/globals.css';
|
||||
import '../styles/global.css';
|
||||
|
||||
export default function MyApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import '../styles/globals.css';
|
||||
import '../styles/global.css';
|
||||
|
||||
export default function MyApp({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />;
|
||||
|
||||
Reference in New Issue
Block a user