🚚 (mv) change dir name
change lib directory in features to models
This commit is contained in:
@ -5,8 +5,8 @@ import { OauthProviders } from "../../types/oauthProvidersList";
|
|||||||
import { ResponseRequestOauthUrl } from "../../types/responseRequestOauthUrl";
|
import { ResponseRequestOauthUrl } from "../../types/responseRequestOauthUrl";
|
||||||
import { Button } from "@heroui/react";
|
import { Button } from "@heroui/react";
|
||||||
import { Icon } from "@iconify/react";
|
import { Icon } from "@iconify/react";
|
||||||
import getOauthProviderList from "../../lib/getOauthProviderList";
|
import getOauthProviderList from "../../models/getOauthProviderList";
|
||||||
import requestOauthUrl from "../../lib/requestOauthUrl";
|
import requestOauthUrl from "../../models/requestOauthUrl";
|
||||||
|
|
||||||
const OAuthProviders = () => {
|
const OAuthProviders = () => {
|
||||||
// Set initial state for OAuth providers list
|
// Set initial state for OAuth providers list
|
||||||
|
|||||||
Reference in New Issue
Block a user