Skip to content

Commit

Permalink
fix: use <AuthCard> and <AuthTitle> in the sign up page
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackThrough committed Dec 20, 2023
1 parent 1fc84ba commit 2730573
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/routes/auth/signup/+page.svelte
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
<div>sign up</div>
<script>
import AuthTitle from '@/components/atoms/auth/AuthTitle.svelte';
import Translation from '@/components/utils/Translation.svelte';
</script>

<AuthTitle>
<Translation key="SIGN_UP" />
</AuthTitle>

0 comments on commit 2730573

Please sign in to comment.