mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
restructure scm-ui and use ui-components and ui-types
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// @flow
|
||||
import type { Me } from "../types/Me";
|
||||
import type { Me } from "@scm-manager/ui-components";
|
||||
import * as types from "./types";
|
||||
|
||||
import { apiClient, UNAUTHORIZED_ERROR } from "../apiclient";
|
||||
import { apiClient, UNAUTHORIZED_ERROR } from "@scm-manager/ui-components";
|
||||
import { isPending } from "./pending";
|
||||
import { getFailure } from "./failure";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user