person: fix showHide import/export

This commit is contained in:
nobohan
2021-10-13 12:17:51 +02:00
parent 2f053d3b5f
commit f44566037c
3 changed files with 7 additions and 3 deletions

View File

@@ -1 +1,5 @@
require("./show_hide.js");
//require("./show_hide.js");
import { ShowHide } from './show_hide.js'
export { ShowHide }

View File

@@ -134,4 +134,4 @@ var ShowHide = function(options) {
};
};
export {ShowHide};
export { ShowHide };