mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-07 07:26:20 +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 { USER_LOGOUT, SET_CURRENT_USER } from "../../config/action_types";
|
||||||
import { getCurrentUser } from "../../services/api/users_api";
|
|
||||||
|
|
||||||
export function destroyState() {
|
export function destroyState() {
|
||||||
return { type: USER_LOGOUT };
|
return { type: USER_LOGOUT };
|
||||||
|
|
Loading…
Reference in a new issue