website refactor
This commit is contained in:
@@ -4,7 +4,7 @@ import { useState, FormEvent } from 'react';
|
||||
import { useRouter } from 'next/navigation';
|
||||
import Input from '../ui/Input';
|
||||
import Button from '../ui/Button';
|
||||
import { useCreateDriver } from '@/hooks/driver/useCreateDriver';
|
||||
import { useCreateDriver } from "@/lib/hooks/driver/useCreateDriver";
|
||||
|
||||
interface FormErrors {
|
||||
name?: string;
|
||||
|
||||
Reference in New Issue
Block a user