Skip to content

Commit 21282f3

Browse files
committed
fix: convert last bare styles import to relative path
1 parent 483771a commit 21282f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { SWRConfig } from 'swr';
66

77
import { Layout } from '@/components/layout';
88

9-
import 'styles/globals.css';
9+
import '../styles/globals.css';
1010

1111
function MyApp({ Component, pageProps }: AppProps) {
1212
return (

0 commit comments

Comments
 (0)