From 95ed64c6404b0769ed4c8f700bb52954a30821b5 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Wed, 28 Apr 2021 15:53:01 +0700 Subject: [PATCH] optimized imports --- src/service/template/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";