From d029ff0ecdfbeb5fd400c06ad1dc98f0e2df8642 Mon Sep 17 00:00:00 2001 From: Roman Godmaire Date: Tue, 21 Nov 2023 08:42:07 -0500 Subject: [PATCH] refactor: Run prettier --- src/routes/account/+page.svelte | 183 ++++++++++++++++---------------- 1 file changed, 91 insertions(+), 92 deletions(-) diff --git a/src/routes/account/+page.svelte b/src/routes/account/+page.svelte index 9913d78..39b3b77 100644 --- a/src/routes/account/+page.svelte +++ b/src/routes/account/+page.svelte @@ -15,105 +15,104 @@ Account | Roll With It -
-

Account

-
-
- {#if form?.type === 'updateAccount'} - {form?.message} - {/if} - +

Account

- -
+
+ + {#if form?.type === 'updateAccount'} + {form?.message} + {/if} + - - -
+ +
-
-
- {#if form?.type === 'changePassword'} - {form.message} - {/if} -
+ +
+
+ {#if form?.type === 'changePassword'} + {form.message} + {/if} + + +
+ + +
-
- - -
- - -
-
- -
-
-

Billing Information

-

Thank you for your support!

-
-
- -
- +
-
+ + +
+
+

Billing Information

+

Thank you for your support!

+
+
+ +
+ +