From 5c54a25e27d80bd9ee26ecaa2b844d6e61add829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=A8=EC=A0=95=EC=9A=B1?= <113816822+HelloWook@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:12:32 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20nofication=20hook=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0=20(#397)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 2 -- 1 file changed, 2 deletions(-) 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 (