chore: lint

This commit is contained in:
Bereket Engida
2024-09-26 12:40:48 +03:00
parent 560909307b
commit 55cc6be03b
2 changed files with 8 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
<script lang="ts">
import { client } from "$lib/auth-client";
import { Button } from "$lib/components/ui/button/index.js";
import * as Card from "$lib/components/ui/card/index.js";
import { Input } from "$lib/components/ui/input/index.js";
import { Label } from "$lib/components/ui/label/index.js";
import { writable } from "svelte/store";
import { client } from "$lib/auth-client";
import { Button } from "$lib/components/ui/button/index.js";
import * as Card from "$lib/components/ui/card/index.js";
import { Input } from "$lib/components/ui/input/index.js";
import { Label } from "$lib/components/ui/label/index.js";
import { writable } from "svelte/store";
const email = writable("");
const email = writable("");
</script>
<Card.Root class="mx-auto max-w-sm">