From 9fb081e3bfbddbc3a1884fc22d040d9e697d5003 Mon Sep 17 00:00:00 2001 From: Stan Silvert Date: Fri, 23 Oct 2020 01:52:51 -0400 Subject: [PATCH] Fix exact routes (#187) --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index 9e5263a95e..f2c396d770 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -54,6 +54,7 @@ export const App = () => { {routes(() => {}).map((route, i) => ( }