Skip to content

Commit c487638

Browse files
committed
fixes
1 parent d43f0cd commit c487638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/stories/helpers/tools.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { resizingBehavior } from '@projectstorm/react-workspaces-behavior-resize
2929
import { RootWorkspaceModel } from '@projectstorm/react-workspaces-model-floating-window';
3030
import { ConvertToTabZone, getDirectiveForTabModel } from '@projectstorm/react-workspaces-dropzone-plugin-tabs';
3131
import { ConvertToTrayZone, getDirectiveForTrayModel } from '@projectstorm/react-workspaces-dropzone-plugin-tray';
32-
import { css, Global } from '@storybook/theming';
32+
import { css, Global } from 'storybook/theming';
3333

3434
export const genVerticalNode = () => {
3535
const m1 = new DefaultWorkspacePanelModel('Panel 1');

0 commit comments

Comments
 (0)