diff --git a/src/App.tsx b/src/App.tsx index 6108d701..7050006f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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 (