@@ -51,6 +51,7 @@ import {getRecurrentPayments} from "@/services/recurrentService";
import CreateRecurrentModal from "@/components/settings/recurrent/CreateRecurrentModal.vue";
import {Category, CategoryType} from "@/models/Category";
import {getCategories, getCategoryTypes} from "@/services/categoryService";
+import LoadingView from "@/components/LoadingView.vue";
const loading = ref(true);
diff --git a/src/components/transactions/TransactionList.vue b/src/components/transactions/TransactionList.vue
index 49cd339..ab8565a 100644
--- a/src/components/transactions/TransactionList.vue
+++ b/src/components/transactions/TransactionList.vue
@@ -124,11 +124,11 @@ onUnmounted( async () => {
-
Transaction list
+
Список транзакций