Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Mar 6, 2024
1 parent 66528c4 commit d3d7612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/markdown/Markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { MDetails } from './renderers/collapse'
import { MFootNote } from './renderers/footnotes'
import { MHeader } from './renderers/heading'
import { MarkdownImage } from './renderers/image'
import { Tab, Tabs } from './renderers/Tabs'
import { Tab, Tabs } from './renderers/tabs'
import { MTag } from './renderers/tag'
import { getFootNoteDomId, getFootNoteRefDomId } from './utils/get-id'
import { redHighlight } from './utils/redHighlight'
Expand Down

0 comments on commit d3d7612

Please sign in to comment.