Skip to content

Commit

Permalink
feat : nofication hook 제거 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWook authored Dec 9, 2024
1 parent 745435e commit 5c54a25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ import { RouterProvider } from 'react-router-dom';
import { router } from '@/router';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { ReactQueryDevtools } from '@tanstack/react-query-devtools';
import { usePushNotification } from './hooks/usePushNotification ';

export const App = () => {
const queryClient = new QueryClient();
usePushNotification();
return (
<QueryClientProvider client={queryClient}>
<ToastContainer />
Expand Down

0 comments on commit 5c54a25

Please sign in to comment.