Moves components out of snippets

This commit is contained in:
Mouse Reeve
2021-01-29 08:51:36 -08:00
parent 65db2e63ac
commit 6ccf7841e1
12 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
{% extends 'snippets/components/dropdown.html' %}
{% extends 'components/dropdown.html' %}
{% block dropdown-trigger %}
<span>Change shelf</span>
<span class="icon icon-arrow-down" aria-hidden="true"></span>