mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 06:26:15 +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 }
|
@ -142,5 +142,5 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block js %}
|
{% block js %}
|
||||||
{{ encore_entry_link_tags('page_person') }}
|
{{ encore_entry_script_tags('page_person') }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user