Init PMPR-34

This commit is contained in:
Clayzxr
2025-01-27 09:32:22 +01:00
parent 1a784f8622
commit b7e9df71f3
4 changed files with 2 additions and 99 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { State } from "$root/routes/_middleware.ts";
async function Mobility(_request: Request, _context: FreshContext<State>) {
return (
<>
<h1>Edit mobility</h1>
<h1>Mobility overview</h1>
<ConsultMobility />
</>
);