mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 12:31:06 +08:00
fix relative imports
This commit is contained in:
parent
47404e49f7
commit
4c8f7a6422
@ -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;
|
||||
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user