Skip to content

Commit e211b7a

Browse files
committed
chore: move widgetcard from shared-components to packages
1 parent 3ad4975 commit e211b7a

File tree

5 files changed

+1
-2
lines changed

5 files changed

+1
-2
lines changed

src/shared-components/right-panel/WidgetCardView/WidgetCardView.stories.tsx renamed to packages/shared-components/src/right-panel/WidgetCardView/WidgetCardView.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77

88
import React, { type JSX } from "react";
9-
import { fn } from "storybook/test";
109

1110
import type { Meta, StoryFn } from "@storybook/react-vite";
1211
import { ViewWrapper } from "../../ViewWrapper";

src/components/viewmodels/right_panel/WidgetCardViewModel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
type WidgetCardViewSnapshot,
1414
type WidgetCardViewModel as WidgetCardViewModelInterface,
1515
WidgetCardView,
16-
} from "../../../shared-components/right-panel/WidgetCardView/WidgetCardView";
16+
} from "../../../../packages/shared-components/src/right-panel/WidgetCardView/WidgetCardView";
1717
import WidgetUtils, { useWidgets } from "../../../utils/WidgetUtils";
1818
import RightPanelStore from "../../../stores/right-panel/RightPanelStore";
1919
import { Container, WidgetLayoutStore } from "../../../stores/widgets/WidgetLayoutStore";

0 commit comments

Comments
 (0)