Split checkout widget into separate components

This commit is contained in:
2025-05-15 17:00:20 +02:00
parent ec87ae59fc
commit 732fdb8687
23 changed files with 884 additions and 644 deletions

View File

@@ -24,6 +24,9 @@ export type User = {
file_embed_domains: string,
skip_file_viewer: boolean,
affiliate_user_name: string,
checkout_country: string,
checkout_name: string,
checkout_provider: string,
}
export type Subscription = {