Skip to content

Commit

Permalink
removed unused useEffect
Browse files Browse the repository at this point in the history
  • Loading branch information
jhagendoornCP committed Jun 3, 2024
1 parent 2087bd0 commit 51a621a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/SearchBar.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Icon, Input, InputGroup, InputRightElement } from "@chakra-ui/react";
import { CSSProperties, useRef, useState, useEffect } from "react";
import { CSSProperties, useRef, useState } from "react";
import { IoSearch } from "react-icons/io5";

interface Props {
Expand Down

0 comments on commit 51a621a

Please sign in to comment.