Skip to content

Commit

Permalink
chore : nofication 제거 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWook authored Dec 8, 2024
1 parent 353bc7c commit 3aa485b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/Home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { useEffect, useState } from 'react';
import { useGetRecommendLetter } from '@/hooks/useGetRecommendLetter';
import { useGetRecentRelyLetter } from '@/hooks/useGetRecentRelyLetter';
import { TopButtonContainer } from '@/components/HomePage/TopButtonContainer/TopButtonContainer';
import { usePushNotification } from '@/hooks/usePushNotification ';

export type ReplyLetter = {
type: 'MAP' | 'KEYWORD';
Expand All @@ -36,8 +35,6 @@ export const HomePage = () => {
setOpen(false);
}

usePushNotification();

const {
// data: recommendedLetterData,
refetch: refetchRecommendedLetters,
Expand Down

0 comments on commit 3aa485b

Please sign in to comment.