Create home page
This commit is contained in:
3
central_frontend/src/routes/HomeRoute.tsx
Normal file
3
central_frontend/src/routes/HomeRoute.tsx
Normal file
@ -0,0 +1,3 @@
|
||||
export function HomeRoute(): React.ReactElement {
|
||||
return <>home authenticated todo</>;
|
||||
}
|
Reference in New Issue
Block a user