Skip to content

Commit b910795

Browse files
refactor: move style.css to assets
1 parent 8b73ace commit b910795

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.storybook/preview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import '../pages/style.css'
1+
import '../src/assets/style.css'

pages/_app.tsx

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

33
import { AppProps } from 'next/app'
44

File renamed without changes.

0 commit comments

Comments
 (0)