mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-05 21:15:43 +01:00
Prettified users.js
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
// @flow
|
// @flow
|
||||||
import {apiClient} from "../../apiclient";
|
import { apiClient } from "../../apiclient";
|
||||||
import type {User} from "../types/User";
|
import type { User } from "../types/User";
|
||||||
import type {UserEntry} from "../types/UserEntry";
|
import type { UserEntry } from "../types/UserEntry";
|
||||||
import {combineReducers, Dispatch} from "redux";
|
import { combineReducers, Dispatch } from "redux";
|
||||||
import type {Action} from "../../types/Action";
|
import type { Action } from "../../types/Action";
|
||||||
|
|
||||||
export const FETCH_USERS_PENDING = "scm/users/FETCH_USERS_PENDING";
|
export const FETCH_USERS_PENDING = "scm/users/FETCH_USERS_PENDING";
|
||||||
export const FETCH_USERS_SUCCESS = "scm/users/FETCH_USERS_SUCCESS";
|
export const FETCH_USERS_SUCCESS = "scm/users/FETCH_USERS_SUCCESS";
|
||||||
|
|||||||
Reference in New Issue
Block a user