|
@@ -1,9 +1,8 @@
|
|
|
import { cleanBounsApi, toggleUserBounsApi } from "@/api/user";
|
|
|
import { usePollingStore } from "@/stores/usePollingStore";
|
|
|
import { useWalletStore } from "@/stores/useWalletStore";
|
|
|
-import { Wallet } from "@/api/user";
|
|
|
import { percentage } from "@/utils/methods";
|
|
|
-import { ProgressBar } from "antd-mobile";
|
|
|
+import { Dialog, ProgressBar, Toast } from "antd-mobile";
|
|
|
import { useTranslations } from "next-intl";
|
|
|
import React from "react";
|
|
|
import { shallow } from "zustand/shallow";
|