fixed some flow issues

This commit is contained in:
Sebastian Sdorra
2018-07-25 08:25:07 +02:00
parent b5f64429d4
commit 06980da1c2
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import { apiClient } from "../../apiclient";
import type { User } from "../types/User";
import type { UserEntry } from "../types/UserEntry";
import { Dispatch } from "redux";
import { Action } from "../../types/Action";
import type { Action } from "../../types/Action";
export const FETCH_USERS_PENDING = "scm/users/FETCH_USERS_PENDING";
export const FETCH_USERS_SUCCESS = "scm/users/FETCH_USERS_SUCCESS";