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 {