Rename LogInPassword

This commit is contained in:
Jon Staab
2024-11-27 09:12:27 -08:00
parent a58fc68235
commit c2aa829334
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
<script lang="ts">
import Button from "@lib/components/Button.svelte"
import LogInBurrow from "@app/components/LogInBurrow.svelte"
import LogInPassword from "@app/components/LogInPassword.svelte"
import {pushModal} from "@app/modal"
export let email
const login = () => pushModal(LogInBurrow)
const login = () => pushModal(LogInPassword)
</script>
<div class="column gap-4">