upgade package
This commit is contained in:
@@ -8,11 +8,11 @@ import {
|
||||
Dispatch,
|
||||
SetStateAction,
|
||||
} from "react";
|
||||
import { LayoutSplashScreen } from "../../../../_metronic/layout/core";
|
||||
import { LayoutSplashScreen } from "../../../../_digifi/layout/core";
|
||||
import { AuthModel, UserModel } from "./_models";
|
||||
import * as authHelper from "./AuthHelpers";
|
||||
import { getUserByToken } from "./_requests";
|
||||
import { WithChildren } from "../../../../_metronic/helpers";
|
||||
import { WithChildren } from "../../../../_digifi/helpers";
|
||||
|
||||
type AuthContextProps = {
|
||||
auth: AuthModel | undefined;
|
||||
|
||||
Reference in New Issue
Block a user