Skip to content

Commit

Permalink
fix: storybock
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTRy committed Nov 29, 2023
1 parent e010fc0 commit bb92bff
Show file tree
Hide file tree
Showing 5 changed files with 1,883 additions and 1,063 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Preview } from '@storybook/react';
import { withThemeFromJSXProvider } from '@storybook/addon-styling';
import { ThemeProvider } from 'styled-components';
import themeStore from '../src/Components/UI/Design/color/themeStore';
import themeStore from '../src/Components/Design/color/themeStore/themeStore';
import GlobalStyle from '../src/GlobalStyle';

const preview: Preview = {
Expand Down
Loading

0 comments on commit bb92bff

Please sign in to comment.