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

@@ -1,5 +1,3 @@
import { Extensible } from "./interfaces";
export type HttpCode = {
code: number;
name: string;