We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7099360 commit 7bb5828Copy full SHA for 7bb5828
app/sidebar.tsx
@@ -1,11 +1,8 @@
1
"use client";
2
import Link from "next/link";
3
import { usePathname } from "next/navigation";
4
-import { useState } from "react";
5
-import { split } from "react-ace";
6
import useSWR from 'swr'
7
import { splitMarkdownClient } from "./[docs_id]/splitMarkdownClient";
8
-import { Section } from "./[docs_id]/section";
9
10
11
0 commit comments