Correcting bug in import

This commit is contained in:
2025-04-10 18:15:00 +02:00
parent f1ad5d2965
commit 72a8e7fb91

View File

@@ -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";