Fix import

This commit is contained in:
2025-03-02 09:20:34 -06:00
parent e7425a2685
commit efa9a7a3de

View File

@@ -1,4 +1,4 @@
import { Extensible } from "./interfaces";
import { Extensible } from "./interfaces.ts";
export type ContentType = string;