mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +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";
|
||||
|
||||
Reference in New Issue
Block a user