From 0a8ef8cd9dbe6afe0e68410360678ccd1280d4ed Mon Sep 17 00:00:00 2001 From: zmagod Date: Mon, 9 Oct 2017 09:23:25 +0200 Subject: [PATCH] removed unneeded import --- app/javascript/src/components/actions/UsersActions.js | 1 - 1 file changed, 1 deletion(-) 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 };