Skip to content

Commit

Permalink
🔨 fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Nov 7, 2023
1 parent 4f85d82 commit c5bf2ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react"
import { computed } from "mobx"
import { Remark } from "react-remark"
import { remarkPlainLinks } from "./markdown/remarkPlainLinks.js"

import visit from "unist-util-visit"
type SimpleMarkdownTextProps = {
text: string
}
Expand Down

0 comments on commit c5bf2ce

Please sign in to comment.