From 162d7469271d51549e9c548bc3f94307552919c8 Mon Sep 17 00:00:00 2001 From: typescreep Date: Sat, 16 Aug 2025 19:11:18 +0300 Subject: [PATCH] linters --- src/components/organisms/Search/Search.tsx | 92 +++++++++++----------- 1 file changed, 45 insertions(+), 47 deletions(-) diff --git a/src/components/organisms/Search/Search.tsx b/src/components/organisms/Search/Search.tsx index 3cacde4..2d1f21f 100644 --- a/src/components/organisms/Search/Search.tsx +++ b/src/components/organisms/Search/Search.tsx @@ -7,52 +7,50 @@ export const Search: FC = () => { const { token } = theme.useToken() return ( - <> - - - - - - - - - - - - To Be Done - - + + + + + + + + + + + + To Be Done + ) }