Correcting bug in import
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import isEmpty from 'lodash/isEmpty';
|
import isEmpty from 'lodash/isEmpty';
|
||||||
import { AuthProvider } from "@refinedev/core";
|
import { AuthProvider, OnErrorResponse } from "@refinedev/core";
|
||||||
import { IUser } from "../interfaces";
|
import { IUser } from "../interfaces";
|
||||||
import {OnErrorResponse} from "@refinedev/core/src/contexts/auth/types";
|
|
||||||
|
|
||||||
const API_URL = "/api/v1";
|
const API_URL = "/api/v1";
|
||||||
const LOCAL_STORAGE_USER_KEY = "rpk-gui-current-user";
|
const LOCAL_STORAGE_USER_KEY = "rpk-gui-current-user";
|
||||||
|
|||||||
Reference in New Issue
Block a user