there's like something on the page...

This commit is contained in:
Annika
2022-07-11 10:07:41 -06:00
parent f67701b856
commit 578da8a55e
2 changed files with 37 additions and 2 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
<template>
<div class="component">
<h1>transactionspage</h1>
<div class="flex mt-6 md:mx-40 flex-col">
<h1>Transactions Container</h1>
<Transaction v-for="t in 10" />
</div>
</div>
</template>