@@ -12,11 +12,6 @@ import { EventsComponent as OrgEventsComponent } from "../admin-console/organiza
12
12
import { UserConfirmComponent as OrgUserConfirmComponent } from "../admin-console/organizations/manage/user-confirm.component" ;
13
13
import { VerifyRecoverDeleteOrgComponent } from "../admin-console/organizations/manage/verify-recover-delete-org.component" ;
14
14
import { AcceptFamilySponsorshipComponent } from "../admin-console/organizations/sponsorships/accept-family-sponsorship.component" ;
15
- import { ExposedPasswordsReportComponent as OrgExposedPasswordsReportComponent } from "../admin-console/organizations/tools/exposed-passwords-report.component" ;
16
- import { InactiveTwoFactorReportComponent as OrgInactiveTwoFactorReportComponent } from "../admin-console/organizations/tools/inactive-two-factor-report.component" ;
17
- import { ReusedPasswordsReportComponent as OrgReusedPasswordsReportComponent } from "../admin-console/organizations/tools/reused-passwords-report.component" ;
18
- import { UnsecuredWebsitesReportComponent as OrgUnsecuredWebsitesReportComponent } from "../admin-console/organizations/tools/unsecured-websites-report.component" ;
19
- import { WeakPasswordsReportComponent as OrgWeakPasswordsReportComponent } from "../admin-console/organizations/tools/weak-passwords-report.component" ;
20
15
import { HintComponent } from "../auth/hint.component" ;
21
16
import { RecoverDeleteComponent } from "../auth/recover-delete.component" ;
22
17
import { RecoverTwoFactorComponent } from "../auth/recover-two-factor.component" ;
@@ -65,6 +60,13 @@ import { ProductSwitcherModule } from "../layouts/product-switcher/product-switc
65
60
import { UserLayoutComponent } from "../layouts/user-layout.component" ;
66
61
import { DomainRulesComponent } from "../settings/domain-rules.component" ;
67
62
import { PreferencesComponent } from "../settings/preferences.component" ;
63
+ /* eslint no-restricted-imports: "off" -- Temporarily disabled until Tools refactors these out of this module */
64
+ import { ExposedPasswordsReportComponent as OrgExposedPasswordsReportComponent } from "../tools/reports/pages/organizations/exposed-passwords-report.component" ;
65
+ import { InactiveTwoFactorReportComponent as OrgInactiveTwoFactorReportComponent } from "../tools/reports/pages/organizations/inactive-two-factor-report.component" ;
66
+ import { ReusedPasswordsReportComponent as OrgReusedPasswordsReportComponent } from "../tools/reports/pages/organizations/reused-passwords-report.component" ;
67
+ import { UnsecuredWebsitesReportComponent as OrgUnsecuredWebsitesReportComponent } from "../tools/reports/pages/organizations/unsecured-websites-report.component" ;
68
+ import { WeakPasswordsReportComponent as OrgWeakPasswordsReportComponent } from "../tools/reports/pages/organizations/weak-passwords-report.component" ;
69
+ /* eslint no-restricted-imports: "error" */
68
70
import { AddEditComponent as SendAddEditComponent } from "../tools/send/add-edit.component" ;
69
71
import { PremiumBadgeComponent } from "../vault/components/premium-badge.component" ;
70
72
import { AddEditCustomFieldsComponent } from "../vault/individual-vault/add-edit-custom-fields.component" ;
0 commit comments