remove import

This commit is contained in:
monoid 2024-10-09 00:21:46 +09:00
parent 88c7a8bc53
commit f1cb7ec71f

View File

@ -1,4 +1,3 @@
import "./comic"; import "./comic";
import "./video";
export { createContentFile } from "./file.ts"; export { createContentFile } from "./file.ts";
export type { ContentFile } from "./file.ts"; export type { ContentFile } from "./file.ts";