Skip to content

Commit f64774f

Browse files
committed
fix import
1 parent 2a7eb71 commit f64774f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/auth/confirm-password.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import InputError from '@/components/input-error';
22
import { Button } from '@/components/ui/button';
33
import { Input } from '@/components/ui/input';
4+
import { Label } from '@/components/ui/label';
45
import { Spinner } from '@/components/ui/spinner';
56
import AuthLayout from '@/layouts/auth-layout';
67
import { store } from '@/routes/password/confirm';
78
import { Form, Head } from '@inertiajs/react';
8-
import { LoaderCircle } from 'lucide-react';
99

1010
export default function ConfirmPassword() {
1111
return (

0 commit comments

Comments
 (0)