Skip to content

Commit

Permalink
fix: import 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wildcatco committed Aug 21, 2023
1 parent 8e2bdb4 commit 24cbaf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/comment/CommentPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { CommentList } from '@/features/comments/components/CommentList';
import { useAddComment } from '@/features/comments/queries/useAddComment';
import { useGetComments } from '@/features/comments/queries/useGetComments';
import { commentStateAtom } from '@/features/comments/states/comment';
import { PostDetailContent } from '@/features/posts/components/post-detail/PostDetail/PostDetailContent';
import { PostDetailContent } from '@/features/posts/components/post-detail/PostDetailItem/PostDetailContent';
import { useDeletePost, useGetPost } from '@/features/posts/queries';
import { getRemainingTime } from '@/features/posts/utils/get-remaining-time';
import { UserProfile } from '@/features/user/components/UserProfile';
Expand Down
2 changes: 1 addition & 1 deletion src/pages/unregister/UnregisterPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { TopAppBar } from '@/common/components/layout';
import { Button } from '@/common/components/ui/buttons';
import { Popup } from '@/common/components/ui/modal';
import { withAuth } from '@/features/auth/components/withAuth/withAuth';
import { PostVoteInput } from '@/features/posts/components/form';
import { PostVoteInput } from '@/features/posts/components/post-form';
import { useUnregister } from '@/features/user/queries/useUnregister';
import { useUser } from '@/features/user/queries/useUser';

Expand Down

0 comments on commit 24cbaf9

Please sign in to comment.