From 24068f354d6a2a8c60fc215b84787e1b58678a00 Mon Sep 17 00:00:00 2001 From: rift <117926989+Riftriot@users.noreply.github.com> Date: Wed, 27 Dec 2023 15:13:30 -0600 Subject: [PATCH] overflow fix --- index.html | 2 +- src/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4aeb7ad..470d7db 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ } - +
diff --git a/src/index.tsx b/src/index.tsx index e17fecb..1066191 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -5,7 +5,7 @@ const Routes = lazy(() => import("./routes")); export default function App() { return ( - }> + }>