Explorar o código

remove unused type

AykutSarac %!s(int64=3) %!d(string=hai) anos
pai
achega
5d79966d80
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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: "",