forked from muni-town/linksapp-fresh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fresh.gen.ts
32 lines (29 loc) · 1.14 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
// 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/github/[username]/followers.tsx";
import * as $1 from "./routes/github/[username]/followings.tsx";
import * as $2 from "./routes/github/[username]/index.tsx";
import * as $3 from "./routes/github/[username]/repositories.tsx";
import * as $4 from "./routes/index.tsx";
import * as $5 from "./routes/readme.tsx";
import * as $6 from "./routes/stats/api/event.ts";
import * as $7 from "./routes/stats/js/script.js.ts";
import * as $$0 from "./islands/Tabs.tsx";
const manifest = {
routes: {
"./routes/github/[username]/followers.tsx": $0,
"./routes/github/[username]/followings.tsx": $1,
"./routes/github/[username]/index.tsx": $2,
"./routes/github/[username]/repositories.tsx": $3,
"./routes/index.tsx": $4,
"./routes/readme.tsx": $5,
"./routes/stats/api/event.ts": $6,
"./routes/stats/js/script.js.ts": $7,
},
islands: {
"./islands/Tabs.tsx": $$0,
},
baseUrl: import.meta.url,
};
export default manifest;