Skip to content

Commit

Permalink
fix: 스토리북 설정에 필요한 모듈 import 경로 수정 (SP-694)
Browse files Browse the repository at this point in the history
  • Loading branch information
SungHyun627 committed Aug 22, 2024
1 parent 5cc6bf3 commit b9fcff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type { Preview } from '@storybook/react';
import ReactQueryProvider from '@/Providers/QueryProvider';
import ReactQueryProvider from '../src/Providers/QueryProvider';
import { ThemeProvider } from 'styled-components';
import { theme } from '@/Styles/theme';
import { GlobalStyle } from '@/Styles/globalStyles';
import { theme } from '../src/Styles/theme';
import { GlobalStyle } from '../src//Styles/globalStyles';
import { withRouter } from 'storybook-addon-remix-react-router';
import { handlers } from '../src/Mocks/handlers';
import { initialize, mswLoader } from 'msw-storybook-addon';
Expand Down

0 comments on commit b9fcff2

Please sign in to comment.