mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-11 23:00:19 +01:00
Correctly import type
Correctly import types
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//@flow
|
||||
import React from "react";
|
||||
import { Me } from "../types/Me";
|
||||
import type { Me } from "../types/Me";
|
||||
|
||||
type Props = {
|
||||
me?: Me
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user