From f39f206ce8173e3937a22e75b6c2666cb14d0ab1 Mon Sep 17 00:00:00 2001 From: itchymax Date: Wed, 10 Nov 2021 15:54:00 +1100 Subject: [PATCH] Fix route paths. The default route / has to come last --- taker-frontend/src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/taker-frontend/src/App.tsx b/taker-frontend/src/App.tsx index c3add14..394f648 100644 --- a/taker-frontend/src/App.tsx +++ b/taker-frontend/src/App.tsx @@ -120,6 +120,9 @@ export const App = () => {