更新注销接口为 revoke
This commit is contained in:
@@ -11,7 +11,7 @@ import balance from '@/components/composites/purchase/_assets/balance.svg'
|
||||
import {useProfileStore} from '@/components/providers/StoreProvider'
|
||||
import RechargeModal from '@/components/composites/purchase/_client/recharge'
|
||||
import Pay from '@/components/composites/purchase/_client/pay'
|
||||
import {Button, buttonVariants} from '@/components/ui/button'
|
||||
import {buttonVariants} from '@/components/ui/button'
|
||||
import Link from 'next/link'
|
||||
|
||||
export type RightProps = {}
|
||||
@@ -152,4 +152,3 @@ export default function Right(props: RightProps) {
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user