Adding cards for modules and creating mobility module

This commit is contained in:
Clayzxr
2025-01-15 15:44:52 +01:00
parent 55cf175181
commit 8cee593d33
8 changed files with 84 additions and 4 deletions
+2
View File
@@ -2,6 +2,7 @@
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.
import * as $_apps_mobility_index from "./routes/(apps)/mobility/index.tsx";
import * as $_apps_notes_index from "./routes/(apps)/notes/index.tsx";
import * as $_404 from "./routes/_404.tsx";
import * as $_app from "./routes/_app.tsx";
@@ -17,6 +18,7 @@ import type { Manifest } from "$fresh/server.ts";
const manifest = {
routes: {
"./routes/(apps)/mobility/index.tsx": $_apps_mobility_index,
"./routes/(apps)/notes/index.tsx": $_apps_notes_index,
"./routes/_404.tsx": $_404,
"./routes/_app.tsx": $_app,