Clean up imports

This commit is contained in:
2026-01-10 08:54:34 -06:00
parent 6c0895de07
commit c7b8cd33da
7 changed files with 9 additions and 17 deletions

View File

@@ -5,9 +5,9 @@ import { DateTime } from "ts-luxon";
import { authRoutes } from "./auth/routes";
import { contentTypes } from "./content-types";
import { multiHandler } from "./handlers";
import { HttpCode, httpCodes } from "./http-codes";
import { httpCodes } from "./http-codes";
import { services } from "./services";
import { type Call, ProcessedRoute, type Result, type Route } from "./types";
import type { Call, Result, Route } from "./types";
// FIXME: Obviously put this somewhere else
const okText = (result: string): Result => {