Skip to content

Commit

Permalink
refactor: rename preview css file
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jun 21, 2024
1 parent 2cd71d3 commit 7892ff4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { styled } from '@storybook/theming'
import { useArgs } from '@storybook/preview-api'
import { withThemeByDataAttribute } from '@storybook/addon-themes'

import './app.scss'
import './preview.scss'
import Murmur from '@/main'

setup((app) => {
Expand Down

0 comments on commit 7892ff4

Please sign in to comment.