Skip to content

Commit

Permalink
fix(frontend): removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Dec 10, 2024
1 parent f7ffa6f commit da7c25f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agenta-web/src/components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da7c25f

Please sign in to comment.