From f071a95675c3add88f879abbb25f523c153bf392 Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Mon, 18 Apr 2022 18:13:03 +0300 Subject: [PATCH] fix: restore routes --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 4ef47b2..c34c872 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -40,8 +40,8 @@ function App() { } /> } /> - {/* } /> */} - } /> + } /> + } /> ;