This commit is contained in:
marzban-dev
2025-01-26 20:14:05 +03:30
parent 8fa3d11ee1
commit 46aa23b7e9
@@ -6,7 +6,7 @@ import { useAuth } from "~/composables/api/auth/useAuth";
// types
export type GetAccountResponse = Product;
export type GetAccountResponse = Account;
const useGetAccount = () => {