feat: add basic order-list

This commit is contained in:
Vlad Stan 2023-03-07 09:12:14 +02:00
parent da41ed3651
commit b446629707
5 changed files with 30 additions and 1 deletions

View file

@ -150,6 +150,7 @@
<script src="{{ url_for('nostrmarket_static', path='components/shipping-zones/shipping-zones.js') }}"></script>
<script src="{{ url_for('nostrmarket_static', path='components/stall-details/stall-details.js') }}"></script>
<script src="{{ url_for('nostrmarket_static', path='components/stall-list/stall-list.js') }}"></script>
<script src="{{ url_for('nostrmarket_static', path='components/order-list/order-list.js') }}"></script>
<script src="{{ url_for('nostrmarket_static', path='js/index.js') }}"></script>
{% endblock %}