Browse Source

remove unused type

AykutSarac 3 years ago
parent
commit
5d79966d80
1 changed files with 0 additions and 2 deletions
  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: "",