From 71fa334f61857331f6e185a596ce2d94929c56a2 Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 00:53:30 +0200 Subject: [PATCH] feat: add /support route to App routing --- src/App.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 0a0c6e7f..68486c89 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -62,6 +62,15 @@ function AppRoutes({ /> } /> + + } + />