Skip to content

Commit 300ec1c

Browse files
OEvgenyCopilot
andauthored
Update packages/bundle/src/markdown/private/createDecorate.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 773b75e commit 300ec1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/bundle/src/markdown/private/createDecorate.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { onErrorResumeNext } from 'botframework-webchat-core';
2-
import { BetterLinkDocumentModDecoration } from './betterLinkDocumentMod';
3-
import { MarkdownLinkDefinition } from './extractDefinitionsFromEvents';
2+
import type { BetterLinkDocumentModDecoration } from './betterLinkDocumentMod';
3+
import type { MarkdownLinkDefinition } from './extractDefinitionsFromEvents';
44
import { sanitizeUri } from 'micromark-util-sanitize-uri';
55

66
export const ALLOWED_SCHEMES = ['data', 'http', 'https', 'ftp', 'mailto', 'sip', 'tel'];

0 commit comments

Comments
 (0)