mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: linter
This commit is contained in:
@@ -14,5 +14,5 @@ export const addCreditWizardStore = writable<{ coupon: string; paymentMethodId:
|
||||
paymentMethodId: null
|
||||
});
|
||||
|
||||
export let selectedInvoice = writable<Invoice>(null);
|
||||
export let showRetryModal = writable(false);
|
||||
export const selectedInvoice = writable<Invoice>(null);
|
||||
export const showRetryModal = writable(false);
|
||||
|
||||
Reference in New Issue
Block a user