Fix conflicts

This commit is contained in:
Adria Navarro 2025-03-20 10:15:47 +01:00
parent 766ff912fd
commit cd344e06b3
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import {
FieldConstraints,
type FieldSchema,
type FormulaResponseType,
} from "../"
} from "../../"
export interface UIField {
name: string

View File

@ -1 +1,2 @@
export * from "./fields"
export * from "./validationRules"