From 5018d36377f4a8042a966f2842a0d39001f8f6b9 Mon Sep 17 00:00:00 2001 From: Yura Bondarenko Date: Fri, 19 Mar 2021 14:22:30 +0100 Subject: [PATCH] Fix lint error --- src/themes/custom/theme.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/custom/theme.module.ts b/src/themes/custom/theme.module.ts index 095d4dde95..183aff8a6a 100644 --- a/src/themes/custom/theme.module.ts +++ b/src/themes/custom/theme.module.ts @@ -36,7 +36,7 @@ import { AppModule } from '../../app/app.module'; import { PublicationComponent } from './app/+item-page/simple/item-types/publication/publication.component'; import { ItemPageModule } from '../../app/+item-page/item-page.module'; import { RouterModule } from '@angular/router'; -import { AccessControlModule } from "../../app/access-control/access-control.module"; +import { AccessControlModule } from '../../app/access-control/access-control.module'; const DECLARATIONS = [ HomePageComponent,