1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Fix linkify imports

VECTOR_URL_PATTERN was 'undefined' inside Permalinks.tryTransformPermalinkToLocalHref()
This commit is contained in:
N-Pex
2019-11-06 10:41:14 +01:00
parent b81c084cf5
commit d403ed7513
2 changed files with 2 additions and 2 deletions

View File

@@ -243,4 +243,4 @@ matrixLinkify.options = {
},
};
module.exports = matrixLinkify;
export default matrixLinkify;