From e9f3fa28f92a4ff3f7d0b5da7f97cfa9574f925b Mon Sep 17 00:00:00 2001 From: Janis Date: Sun, 12 Nov 2023 18:43:24 +0100 Subject: [PATCH] remove auto reroute --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index eded429..ee78e43 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -21,7 +21,6 @@ export default function App() { } /> } /> - } /> ); }