Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Aug 26, 2024
1 parent e204ee4 commit fa664cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/app/docs/[[...slug]]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { allDocs, type Doc } from "contentlayer/generated";
import { Footer } from "flowbite-react";
import type { Metadata } from "next";
import Image from "next/image";
import Link from "next/link";
import { notFound } from "next/navigation";
import Markdown from "react-markdown";
Expand Down

0 comments on commit fa664cb

Please sign in to comment.