diff --git a/webui/src/App.jsx b/webui/src/App.jsx index 3ffecd0..7f82a77 100644 --- a/webui/src/App.jsx +++ b/webui/src/App.jsx @@ -1,7 +1,9 @@ +import Home from "./pages/Home"; + const App = () => { return ( <> - + ) }