mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
removed unneeded import
This commit is contained in:
parent
2a64d23a6e
commit
0a8ef8cd9d
1 changed files with 0 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue