aiken/examples/gift_card/fresh.gen.ts

21 lines
514 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 $$0 from "./islands/App.tsx";
const manifest = {
routes: {
"./routes/index.tsx": $0,
},
islands: {
"./islands/App.tsx": $$0,
},
baseUrl: import.meta.url,
config,
};
export default manifest;