refactor: export icons -> export icon1, export icon2, ...

This commit is contained in:
rusconn
2024-03-30 09:08:26 +09:00
parent 4114f29818
commit 339e290dba
17 changed files with 55 additions and 87 deletions

View File

@@ -6,7 +6,7 @@ import { useRouter } from "next/navigation";
import { cn } from "@/lib/style";
import { Button, ButtonProps } from "@/components/ui/button";
import { Input, InputProps } from "@/components/ui/input";
import { icons } from "@/components/icons";
import * as icons from "@/components/icons";
import { useSetSearchText } from "@/contexts/search-text";
export function SearchBar() {