Skip to content

Commit b3338aa

Browse files
committed
update where global styles are imported
1 parent e203f55 commit b3338aa

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/globals.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import './globals.css'
1+
import 'src/styles/globals.css'
22

33
export default function RootLayout({
44
children,

0 commit comments

Comments
 (0)