chore: upgrade to react-router@6

This commit is contained in:
Ali BARIN
2021-12-12 17:14:05 +01:00
committed by Ömer Faruk Aydın
parent 5c60738f25
commit 39eafca5ec
18 changed files with 207 additions and 4196 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import React from 'react';
import { FormProvider, useForm, FieldValues, SubmitHandler, UseFormReturn } from "react-hook-form";
import { FormProvider, useForm, FieldValues, SubmitHandler, UseFormReturn } from 'react-hook-form';
type FormProps = {
children: React.ReactNode;