Skip to content

Commit

Permalink
[refactor] bookcover v1 폴더로 이동 (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
gxxrxn committed Jun 17, 2024
1 parent 5ba2e21 commit 434dd8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/v1/bookGroup/detail/BookGroupInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Image from 'next/image';

import Badge from '@/ui/Base/Badge';
import BookCover from '@/ui/book/BookCover';
import BookCover from '@/v1/book/BookCover';
import BookGroupStatus from '@/v1/bookGroup/BookGroupStatus';
import { IconArrowLeft, IconCalendar, IconMembers } from '@public/icons';
import { DATA_URL } from '@/constants/dataUrl';
Expand Down

0 comments on commit 434dd8c

Please sign in to comment.