-
Notifications
You must be signed in to change notification settings - Fork 0
/
fresh.gen.ts
74 lines (71 loc) · 2.8 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
64
65
66
67
68
69
70
71
72
73
74
// 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 config from "./deno.json" assert { type: "json" };
import * as $0 from "./routes/_404.tsx";
import * as $1 from "./routes/_middleware.tsx";
import * as $2 from "./routes/api/change-password.ts";
import * as $3 from "./routes/api/login.ts";
import * as $4 from "./routes/api/logout.ts";
import * as $5 from "./routes/api/signup.ts";
import * as $6 from "./routes/change-password.tsx";
import * as $7 from "./routes/explore.tsx";
import * as $8 from "./routes/favorites.tsx";
import * as $9 from "./routes/index.tsx";
import * as $10 from "./routes/login.tsx";
import * as $11 from "./routes/privacy-policy.tsx";
import * as $12 from "./routes/reset-password.tsx";
import * as $13 from "./routes/signup.tsx";
import * as $$0 from "./islands/BottomBar.tsx";
import * as $$1 from "./islands/ChangeComponent.tsx";
import * as $$2 from "./islands/ChangeLayout.tsx";
import * as $$3 from "./islands/ExploreLayout.tsx";
import * as $$4 from "./islands/FavoriteLayout.tsx";
import * as $$5 from "./islands/HomeLayout.tsx";
import * as $$6 from "./islands/Input.tsx";
import * as $$7 from "./islands/LoginComponent.tsx";
import * as $$8 from "./islands/LoginLayout.tsx";
import * as $$9 from "./islands/Navbar.tsx";
import * as $$10 from "./islands/ResetComponent.tsx";
import * as $$11 from "./islands/ResetLayout.tsx";
import * as $$12 from "./islands/SignUpComponent.tsx";
import * as $$13 from "./islands/SignupLayout.tsx";
import * as $$14 from "./islands/TweetContainer.tsx";
const manifest = {
routes: {
"./routes/_404.tsx": $0,
"./routes/_middleware.tsx": $1,
"./routes/api/change-password.ts": $2,
"./routes/api/login.ts": $3,
"./routes/api/logout.ts": $4,
"./routes/api/signup.ts": $5,
"./routes/change-password.tsx": $6,
"./routes/explore.tsx": $7,
"./routes/favorites.tsx": $8,
"./routes/index.tsx": $9,
"./routes/login.tsx": $10,
"./routes/privacy-policy.tsx": $11,
"./routes/reset-password.tsx": $12,
"./routes/signup.tsx": $13,
},
islands: {
"./islands/BottomBar.tsx": $$0,
"./islands/ChangeComponent.tsx": $$1,
"./islands/ChangeLayout.tsx": $$2,
"./islands/ExploreLayout.tsx": $$3,
"./islands/FavoriteLayout.tsx": $$4,
"./islands/HomeLayout.tsx": $$5,
"./islands/Input.tsx": $$6,
"./islands/LoginComponent.tsx": $$7,
"./islands/LoginLayout.tsx": $$8,
"./islands/Navbar.tsx": $$9,
"./islands/ResetComponent.tsx": $$10,
"./islands/ResetLayout.tsx": $$11,
"./islands/SignUpComponent.tsx": $$12,
"./islands/SignupLayout.tsx": $$13,
"./islands/TweetContainer.tsx": $$14,
},
baseUrl: import.meta.url,
config,
};
export default manifest;