From 974cec75be90f082edc826cbff943d110d94ffee Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sat, 7 Sep 2024 17:09:03 +0530 Subject: [PATCH] Rename --- .../components/Search/{SearchBar/index.tsx => SearchBar.tsx} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename web/apps/photos/src/components/Search/{SearchBar/index.tsx => SearchBar.tsx} (99%) diff --git a/web/apps/photos/src/components/Search/SearchBar/index.tsx b/web/apps/photos/src/components/Search/SearchBar.tsx similarity index 99% rename from web/apps/photos/src/components/Search/SearchBar/index.tsx rename to web/apps/photos/src/components/Search/SearchBar.tsx index be8ba65d5b..0bf9568373 100644 --- a/web/apps/photos/src/components/Search/SearchBar/index.tsx +++ b/web/apps/photos/src/components/Search/SearchBar.tsx @@ -57,7 +57,7 @@ import { getDefaultOptions, } from "services/searchService"; import { Collection } from "types/collection"; -import { SelectStyles } from "../../../styles/search"; +import { SelectStyles } from "../../styles/search"; const { Option, ValueContainer, Menu } = components;