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