Skip to content

Commit

Permalink
fix: Fix import for findAndReplace
Browse files Browse the repository at this point in the history
  • Loading branch information
florianeckerstorfer committed Nov 15, 2023
1 parent d814271 commit 612ea9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import emojiRegex from 'emoji-regex';
import { findAndReplace } from 'mdast-util-find-and-replace';
import findAndReplace from 'mdast-util-find-and-replace';
import { getEmojiDescription } from './helper';

function a11yEmoji() {
Expand Down

0 comments on commit 612ea9e

Please sign in to comment.