Skip to content

Commit

Permalink
removing processor from unified as not used
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed May 26, 2024
1 parent 18759f1 commit 46d3dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/writr.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 46d3dc2

Please sign in to comment.