mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
restructure scm-ui and use ui-components and ui-types
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// @flow
|
||||
import type { Action } from "../types/Action";
|
||||
import type { Action } from "@scm-manager/ui-types";
|
||||
import * as types from "./types";
|
||||
|
||||
const PENDING_SUFFIX = "_" + types.PENDING_SUFFIX;
|
||||
|
||||
Reference in New Issue
Block a user