diff --git a/frontend/src/pages/HomePage.tsx b/frontend/src/pages/HomePage.tsx index e6e701b07..17f55be94 100644 --- a/frontend/src/pages/HomePage.tsx +++ b/frontend/src/pages/HomePage.tsx @@ -8,7 +8,7 @@ import { ProductRankingList, ReviewRankingList, RecipeRankingList } from '@/comp import { IMAGE_URL } from '@/constants'; import channelTalk from '@/service/channelTalk'; -const HomePage = () => { +export const HomePage = () => { const { reset } = useQueryErrorResetBoundary(); channelTalk.loadScript(); @@ -77,8 +77,6 @@ const HomePage = () => { ); }; -export default HomePage; - const Banner = styled.img` width: 100%; `;