Skip to content

Commit

Permalink
refactor: 사용하지 않는 IMPORTS 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed Jun 26, 2024
1 parent 15e5509 commit 9198ff5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions src/components/forms/SearchBar/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Input } from "../Input";
import { faSearch } from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { Input } from "../Input";
import { FormEventHandler } from "react";

export const SearchBar = (props: React.ComponentProps<"input">) => {
return (
Expand Down
3 changes: 0 additions & 3 deletions src/components/navigation/Pagination/Pagination.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import { useSearchParams } from "next/navigation";
import { useMemo } from "react";

import { usePage } from "@/hooks/usePage";

import {
Expand Down

0 comments on commit 9198ff5

Please sign in to comment.