Update App.jsx
This commit is contained in:
parent
faec3a164e
commit
ec01da20cf
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ function App() {
|
|||
<Routes>
|
||||
<Route path="/" element={<Home />} />
|
||||
<Route path="/bmi" element={<BMIGeneralView />} />
|
||||
<Route path="*" element={<NotFound />} />
|
||||
</Routes>
|
||||
</div>
|
||||
</Router>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue