Skip to content

Commit 7bb5828

Browse files
committed
(未使用の関数削除)
1 parent 7099360 commit 7bb5828

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/sidebar.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
"use client";
22
import Link from "next/link";
33
import { usePathname } from "next/navigation";
4-
import { useState } from "react";
5-
import { split } from "react-ace";
64
import useSWR from 'swr'
75
import { splitMarkdownClient } from "./[docs_id]/splitMarkdownClient";
8-
import { Section } from "./[docs_id]/section";
96

107

118

0 commit comments

Comments
 (0)