From 159161aa590cf8f20325522d1690651cc1a94a42 Mon Sep 17 00:00:00 2001 From: Michael Chihlas Date: Sun, 8 Feb 2026 06:12:37 -0500 Subject: [PATCH] fix: add index redirect for /account route Co-Authored-By: Claude Opus 4.6 --- frontend/src/router.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/router.tsx b/frontend/src/router.tsx index eb3baadc..23f3469c 100644 --- a/frontend/src/router.tsx +++ b/frontend/src/router.tsx @@ -216,6 +216,10 @@ export const router = createBrowserRouter([ ), children: [ + { + index: true, + element: , + }, { path: 'categories', element: (