File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
frontend/testing-view/src/features/workspace/components Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { cn } from "@workspace/ui/lib";
33import { useStore } from "../../../store/store" ;
44import type { DndActiveData } from "../../../types/app/dndData" ;
55import { ChartsGrid } from "../../charts/components/ChartsGrid" ;
6- import { EmptyWorkspace } from "../testing /EmptyWorkspace" ;
6+ import { EmptyWorkspace } from "./EmptyWorkspace" ;
77import { TestingToolbar } from "./Toolbar" ;
88
99interface MainPanelProps {
Original file line number Diff line number Diff line change 55} from "@workspace/ui" ;
66import { Activity } from "react" ;
77import { useStore } from "../../../../store/store" ;
8- import MessagesSection from "../../testing/RightSidebar/Sections /MessagesSection" ;
9- import { NoneSelectedSection } from "../../testing/RightSidebar/Sections /NoneSelectedSection" ;
10- import TabsSection from "../../testing/RightSidebar/Sections /TabsSection" ;
8+ import MessagesSection from "./sections /MessagesSection" ;
9+ import { NoneSelectedSection } from "./sections /NoneSelectedSection" ;
10+ import TabsSection from "./sections /TabsSection" ;
1111
1212interface RightSidebarContentProps { }
1313
You can’t perform that action at this time.
0 commit comments