Skip to content

Commit 247d03a

Browse files
committed
Update verify-email.tsx
1 parent b58a8b9 commit 247d03a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/js/pages/auth/verify-email.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import AuthLayout from '@/layouts/auth-layout';
66
import { logout } from '@/routes';
77
import { send } from '@/routes/verification';
88
import { Form, Head } from '@inertiajs/react';
9-
import { LoaderCircle } from 'lucide-react';
109

1110
export default function VerifyEmail({ status }: { status?: string }) {
1211
return (

0 commit comments

Comments
 (0)