feat(UsageAlert): use new plan upgrade page

This commit is contained in:
Ali BARIN
2023-03-21 20:25:46 +00:00
parent 6f2ca00263
commit e25aab742b
4 changed files with 18 additions and 41 deletions

View File

@@ -1,10 +0,0 @@
import { gql } from '@apollo/client';
export const GET_PAYMENT_PORTAL_URL = gql`
query GetPaymentPortalUrl {
getPaymentPortalUrl {
url
}
}
`;