diff --git a/budgit.client/src/components/Transaction.vue b/budgit.client/src/components/Transaction.vue new file mode 100644 index 0000000..0fb47a9 --- /dev/null +++ b/budgit.client/src/components/Transaction.vue @@ -0,0 +1,33 @@ + + + + + + + \ No newline at end of file diff --git a/budgit.client/src/pages/TransactionsPage.vue b/budgit.client/src/pages/TransactionsPage.vue index 2c3728c..b7d69e7 100644 --- a/budgit.client/src/pages/TransactionsPage.vue +++ b/budgit.client/src/pages/TransactionsPage.vue @@ -1,7 +1,9 @@