diff --git a/src/app/react-native/v5/sidebar.tsx b/src/app/react-native/v5/sidebar.tsx index a1183d9a..91b452c8 100644 --- a/src/app/react-native/v5/sidebar.tsx +++ b/src/app/react-native/v5/sidebar.tsx @@ -2,7 +2,6 @@ import { Book, CodeIcon, ZapIcon } from "lucide-react"; import type { SideBar } from "../../../components/Layouts/DocLayout"; import { fetchTypeScriptDoc } from "../../references/components/TDoc/fetchDocs/fetchTypeScriptDoc"; import { getCustomTag } from "../../references/components/TDoc/utils/getSidebarLinkgroups"; -import type { FunctionDoc } from "typedoc-better-json"; import { ReactIcon, TypeScriptIcon } from "../../../icons"; const slug = "/react-native/v5";