mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Fix missing Access Selector Module after merge
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
import { NgModule } from "@angular/core";
|
import { NgModule } from "@angular/core";
|
||||||
|
|
||||||
|
import { AccessSelectorModule } from "./components/access-selector";
|
||||||
import { CollectionDialogModule } from "./components/collection-dialog";
|
import { CollectionDialogModule } from "./components/collection-dialog";
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [CollectionDialogModule],
|
imports: [CollectionDialogModule, AccessSelectorModule],
|
||||||
exports: [CollectionDialogModule],
|
exports: [CollectionDialogModule, AccessSelectorModule],
|
||||||
})
|
})
|
||||||
export class SharedOrganizationModule {}
|
export class SharedOrganizationModule {}
|
||||||
|
|||||||
Reference in New Issue
Block a user