]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/js/services/drawio.js
Update Dutch password_hint translation to correspond with validation rule
[bookstack] / resources / assets / js / services / drawio.js
index beb6f0d59709af43d64a20e03fa470630edeef75..b4fcfd59fea63d2fab05d4b449152f2bc4577fb4 100644 (file)
@@ -66,4 +66,4 @@ function drawPostMessage(data) {
     iFrame.contentWindow.postMessage(JSON.stringify(data), '*');
 }
 
-module.exports = {show, close};
\ No newline at end of file
+export default {show, close};
\ No newline at end of file