From 492be65227c08554f7d89095b23d5872197706cd Mon Sep 17 00:00:00 2001 From: Simon Farshid Date: Fri, 19 Jul 2024 00:14:15 -0700 Subject: [PATCH] fix: remove unused import (#537) --- apps/docs/app/docs/layout.config.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/apps/docs/app/docs/layout.config.tsx b/apps/docs/app/docs/layout.config.tsx index 1783715f1..eaf340255 100644 --- a/apps/docs/app/docs/layout.config.tsx +++ b/apps/docs/app/docs/layout.config.tsx @@ -1,12 +1,7 @@ import { type BaseLayoutProps, type DocsLayoutProps } from "fumadocs-ui/layout"; import { pageTree } from "@/app/source"; import { RootToggle } from "fumadocs-ui/components/layout/root-toggle"; -import { - BookIcon, - LayoutTemplateIcon, - PhoneCall, - PhoneCallIcon, -} from "lucide-react"; +import { BookIcon, LayoutTemplateIcon, PhoneCallIcon } from "lucide-react"; import { LibraryIcon, type LucideIcon } from "lucide-react"; import icon from "@/public/favicon/favicon.svg"; import Image from "next/image";