Update App.jsx

This commit is contained in:
authentik Default Admin 2025-07-07 12:00:00 +01:00 committed by GitHub
parent faec3a164e
commit ec01da20cf

View file

@ -10,7 +10,6 @@ function App() {
<Routes>
<Route path="/" element={<Home />} />
<Route path="/bmi" element={<BMIGeneralView />} />
<Route path="*" element={<NotFound />} />
</Routes>
</div>
</Router>