diff --git a/src/writr.ts b/src/writr.ts index 415f99f..54ec33b 100644 --- a/src/writr.ts +++ b/src/writr.ts @@ -1,4 +1,4 @@ -import {unified, Processor} from 'unified'; +import {unified} from 'unified'; import remarkParse from 'remark-parse'; import remarkRehype from 'remark-rehype'; import rehypeSlug from 'rehype-slug';