From 13c35049d7e1f486749edab310af9de065ee7cc0 Mon Sep 17 00:00:00 2001 From: Abdullah Mansoor Date: Mon, 5 Aug 2024 16:15:42 +0530 Subject: [PATCH] Update formio.common.ts with removing deprecated-types --- projects/angular-formio/src/formio.common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/angular-formio/src/formio.common.ts b/projects/angular-formio/src/formio.common.ts index 13b8f730..8e3e3213 100644 --- a/projects/angular-formio/src/formio.common.ts +++ b/projects/angular-formio/src/formio.common.ts @@ -1,4 +1,4 @@ -import { ExtendedComponentSchema, ValidateOptions } from '@formio/deprecated-types'; +import { ExtendedComponentSchema, ValidateOptions } from '@formio/js'; import { AlertsPosition } from './types/alerts-position'; export interface ComponentOptions extends ExtendedComponentSchema {