From aa1e0a34f5f332026d386b197d62c2cc3d9f43ad Mon Sep 17 00:00:00 2001 From: Miqdad Date: Wed, 5 Nov 2025 12:00:12 +0700 Subject: cr prod detail price --- .../modules/header/components/SearchBar.tsx | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'src-migrate/modules/header/components') diff --git a/src-migrate/modules/header/components/SearchBar.tsx b/src-migrate/modules/header/components/SearchBar.tsx index ec17abe8..750860ba 100644 --- a/src-migrate/modules/header/components/SearchBar.tsx +++ b/src-migrate/modules/header/components/SearchBar.tsx @@ -1,24 +1,22 @@ - -import { MagnifyingGlassIcon } from '@heroicons/react/24/outline' +import { MagnifyingGlassIcon } from '@heroicons/react/24/outline'; const SearchBar = () => { return ( -
+ -
- ) -} + ); +}; -export default SearchBar \ No newline at end of file +export default SearchBar; -- cgit v1.2.3