Clean up unused template imports

This commit is contained in:
Montana
2019-04-18 10:10:48 -04:00
parent a815e97203
commit 29bb1aaf9c
3 changed files with 1 additions and 5 deletions

View File

@@ -1,7 +1,5 @@
{% from "components/icon.html" import Icon %}
{% from "components/options_input.html" import OptionsInput %}
{% from 'components/save_button.html' import SaveButton %}
{% from "components/modal.html" import Modal %}
{% from "components/alert.html" import Alert %}