refactor: Run prettier

This commit is contained in:
Roman Godmaire 2023-11-21 08:42:07 -05:00
parent 05050fb4d0
commit d029ff0ecd

View file

@ -15,8 +15,8 @@
<title>Account | Roll With It</title>
</svelte:head>
<main class="container">
<h1>Account</h1>
<section>
<form method="POST" action="?/updateAccount" use:enhance>
{#if form?.type === 'updateAccount'}
@ -116,4 +116,3 @@
<form method="POST" action="?/signout">
<button class="secondary" type="submit">Logout</button>
</form>
</main>