We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43f0cd commit c487638Copy full SHA for c487638
demo/stories/helpers/tools.tsx
@@ -29,7 +29,7 @@ import { resizingBehavior } from '@projectstorm/react-workspaces-behavior-resize
29
import { RootWorkspaceModel } from '@projectstorm/react-workspaces-model-floating-window';
30
import { ConvertToTabZone, getDirectiveForTabModel } from '@projectstorm/react-workspaces-dropzone-plugin-tabs';
31
import { ConvertToTrayZone, getDirectiveForTrayModel } from '@projectstorm/react-workspaces-dropzone-plugin-tray';
32
-import { css, Global } from '@storybook/theming';
+import { css, Global } from 'storybook/theming';
33
34
export const genVerticalNode = () => {
35
const m1 = new DefaultWorkspacePanelModel('Panel 1');
0 commit comments