diff --git a/agenta-web/src/components/Layout/Layout.tsx b/agenta-web/src/components/Layout/Layout.tsx index 38cde0f80b..d8f0c6ffa3 100644 --- a/agenta-web/src/components/Layout/Layout.tsx +++ b/agenta-web/src/components/Layout/Layout.tsx @@ -19,7 +19,6 @@ import {Lightning} from "@phosphor-icons/react" import packageJsonData from "../../../package.json" import {useProjectData} from "@/contexts/project.context" import {dynamicContext} from "@/lib/helpers/dynamic" -import NoResultsFound from "../NoResultsFound/NoResultsFound" const {Content, Footer} = Layout const {Text} = Typography