From f14ca8fae911b1d84dd2054902291248309529db Mon Sep 17 00:00:00 2001 From: Hermes Date: Thu, 13 Aug 2026 14:06:42 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20root=20redirect=20=E2=86=92=20/client=20?= =?UTF-8?q?(not=20/dashboard)=20for=20PWA=20start=5Furl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router.jsx b/src/router.jsx index 6cd630b..ece7aea 100644 --- a/src/router.jsx +++ b/src/router.jsx @@ -38,7 +38,7 @@ export const router = createBrowserRouter([ children: [ { index: true, - element: , + element: , }, { path: "login",