Skip to content

Commit

Permalink
refactor: clean imports
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolai Lopin <[email protected]>
  • Loading branch information
Nikolai Lopin committed Jan 23, 2024
1 parent 260e99d commit 01b9ee8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
import React from 'react';
import { Preview } from '@storybook/react';
import { themes } from '@storybook/theming';
import { addons } from '@storybook/preview-api';
import { DocsContainer } from '@storybook/addon-docs';
import { useDarkMode } from 'storybook-dark-mode';

import { GlobalStyle as ClassicColors } from '../src/essentials/Colors/Colors';
import { GlobalStyle as ModernColors } from '../src/essentials/Colors/ModernColors';
import { DarkScheme, LightScheme } from '../src/components/ColorScheme';

import { getSemanticValue } from '../src/utils/cssVariables';
import { LightTheme, DarkTheme } from './FreenowTheme';
import { useDarkMode } from 'storybook-dark-mode';

const THEMES = {
classic: ClassicColors,
Expand Down

0 comments on commit 01b9ee8

Please sign in to comment.