🏗️ (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

@ -5,8 +5,8 @@ import { OauthProviders } from "../../types/oauthProvidersList";
import { ResponseRequestOauthUrl } from "../../types/responseRequestOauthUrl";
import { Button } from "@heroui/react";
import { Icon } from "@iconify/react";
import getOauthProviderList from "../../models/getOauthProviderList";
import requestOauthUrl from "../../models/requestOauthUrl";
import getOauthProviderList from "../../lib/getOauthProviderList";
import requestOauthUrl from "../../lib/requestOauthUrl";
const OAuthProviders = () => {
// Set initial state for OAuth providers list