RED-9321: fixed import.

This commit is contained in:
Nicoleta Panaghiu 2024-06-14 15:22:04 +03:00 committed by Dan Percic
parent ae01864e0d
commit 5d3af7e3cb

View File

@ -71,7 +71,7 @@ import { PdfViewerModule } from './modules/pdf-viewer/pdf-viewer.module';
import { ACTIVE_DOSSIERS_SERVICE, ARCHIVED_DOSSIERS_SERVICE } from './tokens';
import { AuthErrorComponent } from '@components/auth-error/auth-error.component';
import { provideCustomDateFormatter } from '@shared/custom-date-formatting.provider';
import { provideHelpMode } from '@common-ui/help-mode';
import { provideHelpMode } from '@iqser/common-ui';
export const appModuleFactory = (config: AppConfig) => {
@NgModule({