Skip to content

Commit

Permalink
chore: 중복 import 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWook committed Dec 8, 2024
1 parent def4060 commit 3cdfe81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { useGetRecommendLetter } from '@/hooks/useGetRecommendLetter';
import { useGetRecentRelyLetter } from '@/hooks/useGetRecentRelyLetter';
import { TopButtonContainer } from '@/components/HomePage/TopButtonContainer/TopButtonContainer';
import { usePushNotification } from '@/hooks/usePushNotification ';
import { usePushNotification } from '@/hooks/usePushNotification ';

export type ReplyLetter = {
type: 'MAP' | 'KEYWORD';
Expand Down

0 comments on commit 3cdfe81

Please sign in to comment.