Complete migration two transactions store

This commit is contained in:
2022-02-28 13:13:21 +00:00
parent a3e12df2e2
commit bc75757ac7
5 changed files with 26 additions and 34 deletions

View File

@@ -1,9 +1,6 @@
import { defineStore } from "pinia"
import { GET, POST } from "../api";
import { useBudgetsStore } from "./budget";
import { POST } from "../api";
import { useAccountStore } from "./budget-account";
import { useSessionStore } from "./session";
interface State {
Transactions: Map<string, Transaction>