ソースを参照

remove unused type

AykutSarac 3 年 前
コミット
5d79966d80
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/hooks/useFocusNode.tsx

+ 0 - 2
src/hooks/useFocusNode.tsx

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