We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58a8b9 commit 247d03aCopy full SHA for 247d03a
resources/js/pages/auth/verify-email.tsx
@@ -6,7 +6,6 @@ import AuthLayout from '@/layouts/auth-layout';
6
import { logout } from '@/routes';
7
import { send } from '@/routes/verification';
8
import { Form, Head } from '@inertiajs/react';
9
-import { LoaderCircle } from 'lucide-react';
10
11
export default function VerifyEmail({ status }: { status?: string }) {
12
return (
0 commit comments