mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
implement callout component w/ generator policy (#395)
This commit is contained in:
@@ -27,6 +27,7 @@ import { SettingsComponent } from './accounts/settings.component';
|
||||
import { TwoFactorOptionsComponent } from './accounts/two-factor-options.component';
|
||||
import { TwoFactorComponent } from './accounts/two-factor.component';
|
||||
|
||||
import { CalloutComponent } from 'jslib/angular/components/callout.component';
|
||||
import { IconComponent } from 'jslib/angular/components/icon.component';
|
||||
import { ModalComponent } from 'jslib/angular/components/modal.component';
|
||||
|
||||
@@ -151,6 +152,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
|
||||
AutofocusDirective,
|
||||
BlurClickDirective,
|
||||
BoxRowDirective,
|
||||
CalloutComponent,
|
||||
CiphersComponent,
|
||||
CollectionsComponent,
|
||||
ColorPasswordPipe,
|
||||
|
||||
Reference in New Issue
Block a user