-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.gen.ts
63 lines (60 loc) · 2.82 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
// 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 $_404 from "./routes/_404.tsx";
import * as $_app from "./routes/_app.tsx";
import * as $api_latin from "./routes/api/latin.ts";
import * as $api_word from "./routes/api/word.ts";
import * as $greet_name_ from "./routes/greet/[name].tsx";
import * as $hanzi_id_ from "./routes/hanzi/[id].tsx";
import * as $hanzi_index from "./routes/hanzi/index.tsx";
import * as $index from "./routes/index.tsx";
import * as $listening_index from "./routes/listening/index.tsx";
import * as $reading_quiz_ from "./routes/reading/[quiz].tsx";
import * as $reading_index from "./routes/reading/index.tsx";
import * as $word_index from "./routes/word/index.tsx";
import * as $writing_quiz_ from "./routes/writing/[quiz].tsx";
import * as $writing_index from "./routes/writing/index.tsx";
import * as $Autocomplete from "./islands/Autocomplete.tsx";
import * as $Counter from "./islands/Counter.tsx";
import * as $Dropdown from "./islands/Dropdown.tsx";
import * as $InfiniteWords from "./islands/InfiniteWords.tsx";
import * as $Label from "./islands/Label.tsx";
import * as $Menu from "./islands/Menu.tsx";
import * as $SolutionWriter from "./islands/SolutionWriter.tsx";
import * as $SoundButton from "./islands/SoundButton.tsx";
import * as $hanzi_islands_HanziTable from "./routes/hanzi/(_islands)/HanziTable.tsx";
import * as $writing_islands_QuizWriter from "./routes/writing/(_islands)/QuizWriter.tsx";
import { type Manifest } from "$fresh/server.ts";
const manifest = {
routes: {
"./routes/_404.tsx": $_404,
"./routes/_app.tsx": $_app,
"./routes/api/latin.ts": $api_latin,
"./routes/api/word.ts": $api_word,
"./routes/greet/[name].tsx": $greet_name_,
"./routes/hanzi/[id].tsx": $hanzi_id_,
"./routes/hanzi/index.tsx": $hanzi_index,
"./routes/index.tsx": $index,
"./routes/listening/index.tsx": $listening_index,
"./routes/reading/[quiz].tsx": $reading_quiz_,
"./routes/reading/index.tsx": $reading_index,
"./routes/word/index.tsx": $word_index,
"./routes/writing/[quiz].tsx": $writing_quiz_,
"./routes/writing/index.tsx": $writing_index,
},
islands: {
"./islands/Autocomplete.tsx": $Autocomplete,
"./islands/Counter.tsx": $Counter,
"./islands/Dropdown.tsx": $Dropdown,
"./islands/InfiniteWords.tsx": $InfiniteWords,
"./islands/Label.tsx": $Label,
"./islands/Menu.tsx": $Menu,
"./islands/SolutionWriter.tsx": $SolutionWriter,
"./islands/SoundButton.tsx": $SoundButton,
"./routes/hanzi/(_islands)/HanziTable.tsx": $hanzi_islands_HanziTable,
"./routes/writing/(_islands)/QuizWriter.tsx": $writing_islands_QuizWriter,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;