fix relative imports

This commit is contained in:
Jeppe Reinhold 2022-10-24 11:09:11 +02:00
parent 47404e49f7
commit 4c8f7a6422
2 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ import {
convert,
styled,
useTheme,
} from '@storybook/theming';
import { Symbols } from '@storybook/components';
} from '../../lib/theming';
import { Symbols } from '../components';
const { document } = global;

View File

@ -1,4 +1,4 @@
import { Meta, ColorPalette, ColorItem } from '@storybook/addon-docs';
import { Meta, ColorPalette, ColorItem } from '@storybook/blocks';
import { themes, ThemeProvider, convert, ensure } from '@storybook/theming';