Browse Source

remove unused type

AykutSarac 3 năm trước cách đây
mục cha
commit
5d79966d80
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/hooks/useFocusNode.tsx

+ 0 - 2
src/hooks/useFocusNode.tsx

@@ -7,8 +7,6 @@ import {
   highlightMatchedNodes,
 } from "src/utils/search";
 
-type Content = { value: string; debounced: string };
-
 export const useFocusNode = () => {
   const [content, setContent] = React.useState({
     value: "",