File tree Expand file tree Collapse file tree
frontend/testing-view/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { useShallow } from "zustand/shallow";
44import { useStore } from "../../../../../store/store" ;
55import type { CatalogItem } from "../../../../../types/common/item" ;
66import type { BoardName } from "../../../../../types/data/board" ;
7- import type { SidebarTab } from "../../../../../ types/workspace /sidebar" ;
7+ import type { SidebarTab } from "../../../types/sidebar" ;
88import { CategoryHeader } from "./CategoryHeader" ;
99
1010interface CategoryItemProps {
Original file line number Diff line number Diff line change 11import { type ComponentType } from "react" ;
22import type { CatalogItem } from "../../../../../types/common/item" ;
33import type { BoardName } from "../../../../../types/data/board" ;
4- import type { SidebarTab } from "../../../../../types/workspace/sidebar" ;
54import { CategoryItem } from "./CategoryItem" ;
5+ import type { SidebarTab } from "../../../types/sidebar" ;
66
77interface StandardListProps {
88 scope : SidebarTab ;
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ import { type ComponentType } from "react";
22import { useStore } from "../../../../../store/store" ;
33import type { CatalogItem } from "../../../../../types/common/item" ;
44import type { BoardName } from "../../../../../types/data/board" ;
5- import type { SidebarTab } from "../../../../../types/workspace/sidebar" ;
65import { EmptyTab } from "./EmptyTab" ;
76import { StandardList } from "./StandardList" ;
87import { TabHeader } from "./TabHeader" ;
98import { VirtualizedList } from "./VirtualizedList" ;
9+ import type { SidebarTab } from "../../../types/sidebar" ;
1010
1111interface TabProps {
1212 title : string ;
Original file line number Diff line number Diff line change 11import { Button } from "@workspace/ui" ;
22import { ListFilterPlus } from "@workspace/ui/icons" ;
33import { useStore } from "../../../../../store/store" ;
4- import type { SidebarTab } from "../../../../../ types/workspace /sidebar" ;
4+ import type { SidebarTab } from "../../../types/sidebar" ;
55
66interface TabHeaderProps {
77 title : string ;
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments