diff --git a/src/service/template/index.ts b/src/service/template/index.ts index 72127e0..6c613c2 100644 --- a/src/service/template/index.ts +++ b/src/service/template/index.ts @@ -2,7 +2,7 @@ import extract from "remark-extract-frontmatter"; import frontmatter from "remark-frontmatter"; import compiler from "remark-stringify"; import parser from "remark-parse"; -import unified, { Processor } from "unified"; +import unified from "unified"; import { parse } from "yaml"; import toVFile from "to-vfile"; import path from "path";