Make biome happier

This commit is contained in:
2026-01-01 17:22:04 -06:00
parent 20e5da0d54
commit e2ea472a10
5 changed files with 20 additions and 23 deletions

View File

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