From a22c547a887e81b5014b8b07bcd23b9b0c250e43 Mon Sep 17 00:00:00 2001 From: Ville Pihlava Date: Mon, 18 Nov 2024 17:02:47 +0200 Subject: [PATCH] Add exact path matching to fix routing issue. --- src/App.jsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index a92d460..3cb20b3 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -11,16 +11,17 @@ export default () => { } /> - }> - } - /> - } - /> - + } exact /> + } + exact + /> + } + exact + /> );