Skip to content

Commit

Permalink
fix: 메인페이지 클라이언트 컴포넌트로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
gyeongza committed Jun 25, 2024
1 parent 374a34e commit 20093cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/(iTracker)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import { MainProductList } from '@/features/product/components/main';
import { ProductListSkeleton } from '@/features/search/components/searchResult/Skeleton';
import { FixedBottomNavbar } from '@/shared/components/FixedBottomNavbar';
Expand Down

0 comments on commit 20093cb

Please sign in to comment.