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