musikspider/fresh.gen.ts
2023-04-12 14:12:20 +03:00

22 lines
587 B
TypeScript

// 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/index.tsx";
import * as $1 from "./routes/library.tsx";
import * as $2 from "./routes/login.tsx";
const manifest = {
routes: {
"./routes/index.tsx": $0,
"./routes/library.tsx": $1,
"./routes/login.tsx": $2,
},
islands: {},
baseUrl: import.meta.url,
config,
};
export default manifest;