From 46d3dc2d20fb440d7bccfd96420f48ab69d68706 Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Sun, 26 May 2024 09:59:26 -0700 Subject: [PATCH] removing processor from unified as not used --- src/writr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';