Fix components folder
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import InputError from '@/Components/InputError';
|
||||
import Checkbox from '@/Components/Checkbox';
|
||||
import PrimaryButton from '@/Components/PrimaryButton';
|
||||
import TextInput from '@/Components/TextInput';
|
||||
import InputError from '@/components/InputError';
|
||||
import Checkbox from '@/components/Checkbox';
|
||||
import PrimaryButton from '@/components/PrimaryButton';
|
||||
import TextInput from '@/components/TextInput';
|
||||
import { Head, Link, useForm } from '@inertiajs/react';
|
||||
import { Label } from "@/components/ui/label"
|
||||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/Components/ui/card.jsx";
|
||||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card.jsx";
|
||||
import GuestLayout from "@/Layouts/GuestLayout.jsx";
|
||||
import { Alert, AlertDescription } from "@/Components/ui/alert.jsx";
|
||||
import { Alert, AlertDescription } from "@/components/ui/alert.jsx";
|
||||
|
||||
export default function Login({ status, canResetPassword }) {
|
||||
const { data, setData, post, processing, errors, reset } = useForm({
|
||||
|
||||
Reference in New Issue
Block a user