From 628667c719cb3351729136b8b2ae72dbe3856767 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Thu, 24 Sep 2020 19:22:11 -0400 Subject: [PATCH] App: add at root for some added assurances --- src/components/App/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/App/App.tsx b/src/components/App/App.tsx index 507cd7d..03455db 100644 --- a/src/components/App/App.tsx +++ b/src/components/App/App.tsx @@ -10,7 +10,7 @@ import Warn from "../Warn/Warn"; const App: React.FC = () => { return ( - <> +
@@ -21,7 +21,7 @@ const App: React.FC = () => {