diff --git a/app/javascript/src/components/actions/UsersActions.js b/app/javascript/src/components/actions/UsersActions.js index e927961a6..7bb848ec3 100644 --- a/app/javascript/src/components/actions/UsersActions.js +++ b/app/javascript/src/components/actions/UsersActions.js @@ -1,5 +1,4 @@ import { USER_LOGOUT, SET_CURRENT_USER } from "../../config/action_types"; -import { getCurrentUser } from "../../services/api/users_api"; export function destroyState() { return { type: USER_LOGOUT };