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;