feat(index): adiciona div de renderizacao dos itens
This commit is contained in:
parent
d654a393f0
commit
d93292e8a4
@ -36,6 +36,15 @@
|
||||
|
||||
<button class="shopping-form-submit-button" type="submit">Add to list</button>
|
||||
</form>
|
||||
|
||||
<div class="shopping-result">
|
||||
<div class="shopping-result-head">
|
||||
<strong>Item</strong>
|
||||
<strong>Quantity</strong>
|
||||
</div>
|
||||
|
||||
<ul class="shopping-items"></ul>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user