Skip to content

Commit

Permalink
[Closes #178] Fix Storybook import of theme (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
francisli authored Jan 10, 2025
1 parent 0652a94 commit c0dda63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/.storybook/preview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { DARK_MODE_EVENT_NAME } from 'storybook-dark-mode';
import { MantineProvider, useMantineColorScheme } from '@mantine/core';
import { MemoryRouter } from 'react-router';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { theme } from '../src/theme';
import { ContextProvider } from '../src/Context';
import theme from '../src/theme';

const channel = addons.getChannel();

Expand Down

0 comments on commit c0dda63

Please sign in to comment.