removed unneeded import

This commit is contained in:
zmagod 2017-10-09 09:23:25 +02:00
parent 2a64d23a6e
commit 0a8ef8cd9d

View file

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