Skip to content

Commit

Permalink
Fixed missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Nov 26, 2024
1 parent 993a484 commit 9ca67f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9ca67f1

Please sign in to comment.