Skip to content

Commit 7c1029f

Browse files
kuasha420jpedroschmitz
authored andcommitted
fix(pages): fix import order on _app.tsx
1 parent 877a3ec commit 7c1029f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import '@/styles/global.css';
21
import { AppProps } from 'next/app';
2+
import '@/styles/global.css';
33

44
export default function MyApp({ Component, pageProps }: AppProps) {
55
return <Component {...pageProps} />;

0 commit comments

Comments
 (0)