mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
restructure scm-ui and use ui-components and ui-types
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
// @flow
|
||||
|
||||
import { isNameValid, isMailValid } from "../../components/validation";
|
||||
import { validation } from "@scm-manager/ui-components";
|
||||
|
||||
const { isNameValid, isMailValid } = validation;
|
||||
|
||||
export { isNameValid, isMailValid };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user