···45import * as $_404 from "./routes/_404.tsx";
6import * as $_app from "./routes/_app.tsx";
07import * as $api_fetch_calendar_svg from "./routes/api/fetch-calendar-svg.ts";
8-import * as $api_fetch_calendar_text from "./routes/api/fetch-calendar-events.ts";
9import * as $api_svg_to_png from "./routes/api/svg-to-png.ts";
10import * as $index from "./routes/index.tsx";
11import * as $EventFormatter from "./islands/EventFormatter.tsx";
···19 routes: {
20 "./routes/_404.tsx": $_404,
21 "./routes/_app.tsx": $_app,
022 "./routes/api/fetch-calendar-svg.ts": $api_fetch_calendar_svg,
23- "./routes/api/fetch-calendar-text.ts": $api_fetch_calendar_text,
24 "./routes/api/svg-to-png.ts": $api_svg_to_png,
25 "./routes/index.tsx": $index,
26 },
···45import * as $_404 from "./routes/_404.tsx";
6import * as $_app from "./routes/_app.tsx";
7+import * as $api_fetch_calendar_events from "./routes/api/fetch-calendar-events.ts";
8import * as $api_fetch_calendar_svg from "./routes/api/fetch-calendar-svg.ts";
09import * as $api_svg_to_png from "./routes/api/svg-to-png.ts";
10import * as $index from "./routes/index.tsx";
11import * as $EventFormatter from "./islands/EventFormatter.tsx";
···19 routes: {
20 "./routes/_404.tsx": $_404,
21 "./routes/_app.tsx": $_app,
22+ "./routes/api/fetch-calendar-events.ts": $api_fetch_calendar_events,
23 "./routes/api/fetch-calendar-svg.ts": $api_fetch_calendar_svg,
024 "./routes/api/svg-to-png.ts": $api_svg_to_png,
25 "./routes/index.tsx": $index,
26 },