This commit is contained in:
andres
2023-10-21 17:22:28 +02:00
parent 954d5b358f
commit 68e5977fb2
5 changed files with 184 additions and 172 deletions

View File

@@ -1,7 +1,7 @@
import { useForm } from 'react-hook-form'
import { Link } from 'react-router-dom'
import { Button, Card, ControlledTextField, Typography } from '../../ui'
import { Button, Card, ControlledTextField, Typography } from '@/components'
import { DevTool } from '@hookform/devtools'
import { zodResolver } from '@hookform/resolvers/zod'
import { z } from 'zod'