unify name of ChangesetShortLink and export regex

This commit is contained in:
Sebastian Sdorra
2020-07-02 11:29:17 +02:00
parent e8eaaf486f
commit 3a393f6238
3 changed files with 2 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ import MarkdownHeadingRenderer from "./MarkdownHeadingRenderer";
import { create } from "./MarkdownLinkRenderer";
import {useTranslation, WithTranslation, withTranslation} from "react-i18next";
import Notification from "./Notification";
import { createTransformer } from "./remarkCommitLinksParser";
import { createTransformer } from "./remarkChangesetShortLinkParser";
type Props = RouteComponentProps & WithTranslation & {
content: string;