🏗️ (arch) change model folder to lib

change model to lib becase the model folder that will use for zod validation
This commit is contained in:
2025-10-07 21:49:05 +07:00
parent 8b82f4744e
commit 54f4e72b32
5 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
import React, { useState } from "react";
import { addToast, Button, Form, Input } from "@heroui/react";
import { SubmitHandler, useForm } from "react-hook-form";
import { submitRegisterForm } from "../../models/submitRegisterForm";
import { submitRegisterForm } from "../../lib/submitRegisterForm";
type Props = {
fullname: string;