This commit is contained in:
RevIQ
2026-01-10 04:18:05 -05:00
parent 7047d0e9e0
commit 967e8904a7

View File

@@ -1,8 +1,8 @@
<script lang="ts"> <script lang="ts">
import { Loader2, Mail, RefreshCw } from "@lucide/svelte"; import { Loader2, Mail, RefreshCw } from "@lucide/svelte";
import { toast } from "svelte-sonner";
import { api } from "$lib/api/client"; import { api } from "$lib/api/client";
import { Button } from "$lib/components/ui/button"; import { Button } from "$lib/components/ui/button";
import { toast } from "svelte-sonner";
interface Props { interface Props {
email: string; email: string;