Skip to content

Commit

Permalink
fix: remove unused import (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 19, 2024
1 parent f685520 commit 492be65
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions apps/docs/app/docs/layout.config.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 492be65

Please sign in to comment.