From cac5ac88e4d85a0b480cff65a543f6f8db52dde3 Mon Sep 17 00:00:00 2001 From: Mikey Date: Thu, 12 Oct 2023 08:28:17 +0800 Subject: [PATCH] fix: 404 Component is missing --- web/src/App.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/App.js b/web/src/App.js index c967ce2c..13c884dc 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -283,7 +283,9 @@ function App() { } /> - + + } /> ); }