From 32dd51c75a3829718e92224470039f58f4b47d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A4=EC=A0=95=EB=AF=BC?= Date: Tue, 23 Apr 2024 14:01:51 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20OverlayProvider=20=EA=B0=90=EC=8B=B8?= =?UTF-8?q?=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/router.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/src/router.tsx b/frontend/src/router.tsx index 101b076c..608a4b46 100644 --- a/frontend/src/router.tsx +++ b/frontend/src/router.tsx @@ -12,14 +12,17 @@ import SongDetailListPage from './pages/SongDetailListPage'; import AuthLayout from './shared/components/Layout/AuthLayout'; import Layout from './shared/components/Layout/Layout'; import ROUTE_PATH from './shared/constants/path'; +import { OverlayProvider } from './shared/hooks/useOverlay'; const router = createBrowserRouter([ { path: ROUTE_PATH.ROOT, element: ( - - - + + + + + ), children: [ {