mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-30 22:16:14 +00:00
person: fix showHide import/export
This commit is contained in:
parent
2f053d3b5f
commit
f44566037c
@ -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 };
|
||||
|
@ -142,5 +142,5 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
{{ encore_entry_link_tags('page_person') }}
|
||||
{{ encore_entry_script_tags('page_person') }}
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user