diff --git a/src/components/EditorSidePanel/NotesTab/NotesTab.jsx b/src/components/EditorSidePanel/NotesTab/NotesTab.jsx index 400fdab..5b9bf5b 100644 --- a/src/components/EditorSidePanel/NotesTab/NotesTab.jsx +++ b/src/components/EditorSidePanel/NotesTab/NotesTab.jsx @@ -1,4 +1,3 @@ -import { useState } from "react"; import { Row, Col, Button, Collapse } from "@douyinfe/semi-ui"; import { IconPlus } from "@douyinfe/semi-icons"; import { useNotes, useSelect } from "../../../hooks";