Renames globals.cssglobal.css (#181)

* Renames `globals.css` → `global.css`

* Missed one
This commit is contained in:
Michael Novotny
2023-09-28 08:27:59 -05:00
committed by GitHub
parent c478aa149b
commit 68be8ee164
7 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import '../styles/globals.css';
import '../styles/global.css';
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />;

View File

@@ -1,4 +1,4 @@
import '../styles/globals.css';
import '../styles/global.css';
export default function MyApp({ Component, pageProps }) {
return <Component {...pageProps} />;