Correct bugs and adjust Buyer form.

This commit is contained in:
Filipe Soccol
2024-12-03 16:18:10 -03:00
parent c90f468d3c
commit 0f17a67e00
9 changed files with 113 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
import { NetworkEnum, TokenEnum } from "../model/NetworkEnum";
import type { ValidDeposit } from "@/model/ValidDeposit";
import { Participant } from "@/utils/bbPay";
import type { Participant } from "../utils/bbPay";
import { defineStore } from "pinia";
export const useEtherStore = defineStore("ether", {