-
Notifications
You must be signed in to change notification settings - Fork 7
/
fresh.gen.ts
45 lines (42 loc) · 1.75 KB
/
fresh.gen.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// DO NOT EDIT. This file is generated by Fresh.
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.
import * as $_slug_ from "./routes/[...slug].tsx";
import * as $_404 from "./routes/_404.tsx";
import * as $_app from "./routes/_app.tsx";
import * as $_layout from "./routes/_layout.tsx";
import * as $about from "./routes/about.tsx";
import * as $courses from "./routes/courses.tsx";
import * as $group_slug_ from "./routes/group/[slug].tsx";
import * as $index from "./routes/index.tsx";
import * as $offline from "./routes/offline.tsx";
import * as $Editor from "./islands/Editor.tsx";
import * as $ProgressBar from "./islands/ProgressBar.tsx";
import * as $ProgressCheck from "./islands/ProgressCheck.tsx";
import * as $ProgressSection from "./islands/ProgressSection.tsx";
import * as $ThemeToggle from "./islands/ThemeToggle.tsx";
import * as $signals_store from "./islands/signals/store.ts";
import { type Manifest } from "$fresh/server.ts";
const manifest = {
routes: {
"./routes/[...slug].tsx": $_slug_,
"./routes/_404.tsx": $_404,
"./routes/_app.tsx": $_app,
"./routes/_layout.tsx": $_layout,
"./routes/about.tsx": $about,
"./routes/courses.tsx": $courses,
"./routes/group/[slug].tsx": $group_slug_,
"./routes/index.tsx": $index,
"./routes/offline.tsx": $offline,
},
islands: {
"./islands/Editor.tsx": $Editor,
"./islands/ProgressBar.tsx": $ProgressBar,
"./islands/ProgressCheck.tsx": $ProgressCheck,
"./islands/ProgressSection.tsx": $ProgressSection,
"./islands/ThemeToggle.tsx": $ThemeToggle,
"./islands/signals/store.ts": $signals_store,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;