From 42d879a87b4d3a23d5b4ecd20e74c69daef1c905 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 19 Oct 2025 16:22:53 +0200 Subject: [PATCH] move catch-all path to end --- interface/src/AuthenticatedRouting.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/src/AuthenticatedRouting.tsx b/interface/src/AuthenticatedRouting.tsx index 9777ed50a..df7e9cd5c 100644 --- a/interface/src/AuthenticatedRouting.tsx +++ b/interface/src/AuthenticatedRouting.tsx @@ -37,10 +37,9 @@ const AuthenticatedRouting = () => { } /> } /> } /> - } /> } /> - } /> + } /> } /> } /> } /> @@ -68,6 +67,8 @@ const AuthenticatedRouting = () => { } /> )} + + } /> );