Remove unused import

This commit is contained in:
Endeavorance 2025-05-27 17:09:11 -04:00
parent 6f4b2d20da
commit d39e7f5154

View file

@ -1,7 +1,6 @@
import Path from "node:path"; import Path from "node:path";
import { parseArgs } from "node:util"; import { parseArgs } from "node:util";
import EMDY from "@endeavorance/emdy"; import EMDY from "@endeavorance/emdy";
import { marked } from "marked";
import defaultStylesheet from "./defaults/default-style.css" with { import defaultStylesheet from "./defaults/default-style.css" with {
type: "text", type: "text",
}; };