This commit is contained in:
2024-05-24 10:15:02 +08:00
parent a8877ab28e
commit 739925b046
3 changed files with 11 additions and 3 deletions

View File

@@ -4,14 +4,13 @@ import NotFound from "./NotFound";
import List from "./Lists";
import View from './View';
import Edit from "./Edit";
// import Registration from "./Registration";
// import Login from "./Login";
const RouterSwitcher = () => {
return(
<Routes>
{/* <Route path="/*" element={<Registration />} /> */}
{/* <Route path="/*" element={<Login />} /> */}
<Route path="/home" element={<Home />} />
<Route path="/lists" element={<List />} />