From 243da4899e9642c502f08f875ddd4758fbfed144 Mon Sep 17 00:00:00 2001 From: yena Date: Tue, 9 Apr 2024 23:02:16 +0900 Subject: [PATCH] =?UTF-8?q?:sparkles:=20Feat:=20RetroList=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EA=B2=BD=EB=A1=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 8a6f832..5367201 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -125,6 +125,14 @@ const App = () => { } /> + + + + } + /> {/* MainLayout */}