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

@ -142,5 +142,5 @@
{% endblock %}
{% block js %}
{{ encore_entry_link_tags('page_person') }}
{{ encore_entry_script_tags('page_person') }}
{% endblock %}