mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[PM-16524] move integration page shared components into admin console ownership (#12664)
* move integrations shared components to AC ownership * fix stories
This commit is contained in:
@@ -5,10 +5,9 @@ import { mock } from "jest-mock-extended";
|
||||
import { of } from "rxjs";
|
||||
|
||||
import { SharedModule } from "@bitwarden/components/src/shared";
|
||||
import {
|
||||
IntegrationCardComponent,
|
||||
IntegrationGridComponent,
|
||||
} from "@bitwarden/web-vault/app/shared";
|
||||
import { IntegrationCardComponent } from "@bitwarden/web-vault/app/admin-console/organizations/shared/components/integrations/integration-card/integration-card.component";
|
||||
import { IntegrationGridComponent } from "@bitwarden/web-vault/app/admin-console/organizations/shared/components/integrations/integration-grid/integration-grid.component";
|
||||
import {} from "@bitwarden/web-vault/app/shared";
|
||||
|
||||
import { SYSTEM_THEME_OBSERVABLE } from "../../../../../../libs/angular/src/services/injection-tokens";
|
||||
import { I18nService } from "../../../../../../libs/common/src/platform/abstractions/i18n.service";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { Component } from "@angular/core";
|
||||
|
||||
import { IntegrationType } from "@bitwarden/common/enums";
|
||||
import { Integration } from "@bitwarden/web-vault/app/shared";
|
||||
import { Integration } from "@bitwarden/web-vault/app/admin-console/organizations/shared/components/integrations/models";
|
||||
|
||||
@Component({
|
||||
selector: "sm-integrations",
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
import { NgModule } from "@angular/core";
|
||||
|
||||
import {
|
||||
IntegrationCardComponent,
|
||||
IntegrationGridComponent,
|
||||
} from "@bitwarden/web-vault/app/shared";
|
||||
import { IntegrationCardComponent } from "@bitwarden/web-vault/app/admin-console/organizations/shared/components/integrations/integration-card/integration-card.component";
|
||||
import { IntegrationGridComponent } from "@bitwarden/web-vault/app/admin-console/organizations/shared/components/integrations/integration-grid/integration-grid.component";
|
||||
|
||||
import { SecretsManagerSharedModule } from "../shared/sm-shared.module";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user