Skip to content

Commit

Permalink
chore: 빌드 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Feb 21, 2024
1 parent 318e7fa commit bdfdbd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ function Home({ searchParams }: { searchParams: { filter: HomeSortType } }) {
// recommendProductsLoading,
// } = useRecommendProducts();
// const { data: productListData, isLoading: productListLoading } = useProductList();

// asd
// if (bannerLoading || recommendProductsLoading || productListLoading) {
// return <Loader />;
// cons;
// asd
// }

const {
Expand Down

0 comments on commit bdfdbd6

Please sign in to comment.