Skip to content

Commit

Permalink
chore: change remark import after update
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Nov 21, 2024
1 parent d9a67b6 commit f7f4644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/services/changelog.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import remark from "remark";
import { remark } from "remark";
import mdx from "remark-mdx";
import visit from "unist-util-visit";
import { fs, path } from "zx";
Expand Down

0 comments on commit f7f4644

Please sign in to comment.