Fix conflicts
This commit is contained in:
parent
766ff912fd
commit
cd344e06b3
|
@ -3,7 +3,7 @@ import {
|
||||||
FieldConstraints,
|
FieldConstraints,
|
||||||
type FieldSchema,
|
type FieldSchema,
|
||||||
type FormulaResponseType,
|
type FormulaResponseType,
|
||||||
} from "../"
|
} from "../../"
|
||||||
|
|
||||||
export interface UIField {
|
export interface UIField {
|
||||||
name: string
|
name: string
|
|
@ -1 +1,2 @@
|
||||||
|
export * from "./fields"
|
||||||
export * from "./validationRules"
|
export * from "./validationRules"
|
||||||
|
|
Loading…
Reference in New Issue