-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfresh.gen.ts
More file actions
28 lines (25 loc) · 818 Bytes
/
fresh.gen.ts
File metadata and controls
28 lines (25 loc) · 818 Bytes
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
// 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 $0 from "./routes/_404.tsx";
import * as $1 from "./routes/_app.tsx";
import * as $2 from "./routes/index.tsx";
import * as $$0 from "./islands/App.tsx";
import * as $$1 from "./islands/Auth.tsx";
import * as $$2 from "./islands/Avatar.tsx";
import * as $$3 from "./islands/Profile.tsx";
const manifest = {
routes: {
"./routes/_404.tsx": $0,
"./routes/_app.tsx": $1,
"./routes/index.tsx": $2,
},
islands: {
"./islands/App.tsx": $$0,
"./islands/Auth.tsx": $$1,
"./islands/Avatar.tsx": $$2,
"./islands/Profile.tsx": $$3,
},
baseUrl: import.meta.url,
};
export default manifest;