Convert other components
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<script lang="ts" setup>
|
||||
import { mapState } from "pinia";
|
||||
import { computed, defineComponent } from "vue";
|
||||
import { computed } from "vue";
|
||||
import { useBudgetsStore } from "../stores/budget";
|
||||
import { Transaction } from "../stores/budget-account";
|
||||
import Currency from "./Currency.vue";
|
||||
|
Reference in New Issue
Block a user