Skip to content

Commit

Permalink
issue #265 refactor: search input import refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
sikkzz committed May 9, 2024
1 parent 98808ef commit 041567a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { useEffect, useState } from "react";

import { Flex, Box, Text, Theme } from "waggle-design-system";
import { Flex, Box, Text, Theme, SearchInput } from "waggle-design-system";

import SirenCard from "@/components/Siren/SirenCard/SirenCard";
import { SearchInput } from "@/components/common";
import SortButton from "@/components/common/SortButton/SortButton";

import { SIREN_TAG_CATEGORY } from "@/constants/siren";
Expand Down

This file was deleted.

0 comments on commit 041567a

Please sign in to comment.