diff --git a/client/src/containers/overview/table/view/overview/index.tsx b/client/src/containers/overview/table/view/overview/index.tsx index 3923460d..fd009c77 100644 --- a/client/src/containers/overview/table/view/overview/index.tsx +++ b/client/src/containers/overview/table/view/overview/index.tsx @@ -23,6 +23,7 @@ import { cn } from "@/lib/utils"; import { projectDetailsAtom } from "@/app/(overview)/store"; import { useGlobalFilters, useTableView } from "@/app/(overview)/url-store"; +import ProjectDetails from "@/containers/overview/project-details"; import { filtersToQueryParams, NO_DATA,