diff --git a/lib/core/datatable/components/datatable/date-cell.component.ts b/lib/core/datatable/components/datatable/date-cell.component.ts index 64d6456d9d..239b3c4352 100644 --- a/lib/core/datatable/components/datatable/date-cell.component.ts +++ b/lib/core/datatable/components/datatable/date-cell.component.ts @@ -17,7 +17,7 @@ import { Component, ViewEncapsulation } from '@angular/core'; import { DataTableCellComponent } from './datatable-cell.component'; -import { UserPreferencesService, UserPreferenceValues } from '../../../services'; +import { UserPreferencesService, UserPreferenceValues } from '../../../services/user-preferences.service'; @Component({ selector: 'adf-date-cell',