Skip to content

Commit

Permalink
Update src/app/page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook authored Jan 23, 2024
1 parent 1ea9fb8 commit 65e7a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import classNames from 'classnames/bind';

import ScrollToTop from '@/components/shared/scroll-to-top/ScrollToTop';
import ScrollToTop from '@components/shared/scroll-to-top/ScrollToTop';
import BottomNav from '@shared/bottom-nav/BottomNav';
import Banner from '@shared/carousel/Banner';
import RecommendList from '@shared/carousel/RecommendList';
Expand Down

0 comments on commit 65e7a2d

Please sign in to comment.