···4455import * as $_404 from "./routes/_404.tsx";
66import * as $_app from "./routes/_app.tsx";
77+import * as $api_fetch_calendar_events from "./routes/api/fetch-calendar-events.ts";
78import * as $api_fetch_calendar_svg from "./routes/api/fetch-calendar-svg.ts";
88-import * as $api_fetch_calendar_text from "./routes/api/fetch-calendar-events.ts";
99import * as $api_svg_to_png from "./routes/api/svg-to-png.ts";
1010import * as $index from "./routes/index.tsx";
1111import * as $EventFormatter from "./islands/EventFormatter.tsx";
···1919 routes: {
2020 "./routes/_404.tsx": $_404,
2121 "./routes/_app.tsx": $_app,
2222+ "./routes/api/fetch-calendar-events.ts": $api_fetch_calendar_events,
2223 "./routes/api/fetch-calendar-svg.ts": $api_fetch_calendar_svg,
2323- "./routes/api/fetch-calendar-text.ts": $api_fetch_calendar_text,
2424 "./routes/api/svg-to-png.ts": $api_svg_to_png,
2525 "./routes/index.tsx": $index,
2626 },