Skip to content

Commit

Permalink
refactor: export 방식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hae-on committed Sep 20, 2023
1 parent 658b2d9 commit 10a3645
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -77,8 +77,6 @@ const HomePage = () => {
);
};

export default HomePage;

const Banner = styled.img`
width: 100%;
`;
Expand Down

0 comments on commit 10a3645

Please sign in to comment.