From da7c25f46e21907bd1f67a8e6b2bbfb9e08ceddb Mon Sep 17 00:00:00 2001 From: Kaosiso Ezealigo Date: Tue, 10 Dec 2024 16:36:49 +0100 Subject: [PATCH] fix(frontend): removed unused import --- agenta-web/src/components/Layout/Layout.tsx | 1 - 1 file changed, 1 deletion(-) 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