diff --git a/frontend/src/components/layouts/Topbar/index.tsx b/frontend/src/components/layouts/Topbar/index.tsx index 169f7aeeb..79664214a 100644 --- a/frontend/src/components/layouts/Topbar/index.tsx +++ b/frontend/src/components/layouts/Topbar/index.tsx @@ -1,11 +1,11 @@ -import UserProfileIcon from '../../../assets/userProfile.svg'; -import { SearchInput } from '../../common'; +// import UserProfileIcon from '../../../assets/userProfile.svg'; +// import { SearchInput } from '../../common'; import Logo from './components/Logo'; import SidebarOpenButton from './components/SidebarOpenButton'; import * as S from './styles'; -const USER_SEARCH_PLACE_HOLDER = '사용자를 입력해주세요.'; +// const USER_SEARCH_PLACE_HOLDER = '사용자를 입력해주세요.'; interface TopbarProps { openSidebar: () => void; @@ -18,8 +18,8 @@ const Topbar = ({ openSidebar }: TopbarProps) => { - - + {/* */} + {/* */} );