mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
person: fix showHide import/export
This commit is contained in:
@@ -1 +1,5 @@
|
||||
require("./show_hide.js");
|
||||
//require("./show_hide.js");
|
||||
|
||||
import { ShowHide } from './show_hide.js'
|
||||
|
||||
export { ShowHide }
|
@@ -134,4 +134,4 @@ var ShowHide = function(options) {
|
||||
};
|
||||
};
|
||||
|
||||
export {ShowHide};
|
||||
export { ShowHide };
|
||||
|
Reference in New Issue
Block a user