Skip to content

Commit

Permalink
refactor: remove duplicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilsabatp committed Jul 18, 2024
1 parent aa337db commit 772f3c6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@ import materialTheme from '../src/theme/themeStyles';
import { ThemeProvider } from '@storybook/theming';
import { lazy } from 'react';
import { useTheme } from '../src/theme/themeContext';

// import { ThemeProvider } from 'emotion-theming';
import getMessages from './i18n';
import { NextIntlClientProvider } from 'next-intl';
import { TenantProvider } from '../src/features/common/Layout/TenantContext';
import { UserPropsProvider } from '../src/features/common/Layout/UserPropsContext';
import { lazy } from 'react';
import { useTheme } from '../src/theme/themeContext';

const globalStyles = lazy(() => import('../src/theme/theme'));

/*
* Global decorator to apply the styles to all stories
Expand Down

0 comments on commit 772f3c6

Please sign in to comment.