mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
unify name of ChangesetShortLink and export regex
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user