kuru-kuru/fresh.gen.ts

23 lines
602 B
TypeScript
Raw Normal View History

// 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";
2023-10-22 16:34:52 +00:00
import * as $2 from "./routes/index.tsx";
import * as $$0 from "./islands/CounterCard.tsx";
const manifest = {
routes: {
"./routes/_404.tsx": $0,
"./routes/_app.tsx": $1,
2023-10-22 16:34:52 +00:00
"./routes/index.tsx": $2,
},
islands: {
"./islands/CounterCard.tsx": $$0,
},
baseUrl: import.meta.url,
};
export default manifest;