mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +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";
|
||||
|
||||
const FAILURE_SUFFIX = "_FAILURE";
|
||||
const RESET_PATTERN = /^(.*)_(SUCCESS|RESET)$/;
|
||||
|
||||
Reference in New Issue
Block a user