1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

box row directive

This commit is contained in:
Kyle Spearrin
2018-01-30 14:33:06 -05:00
parent 654b4b42a0
commit 180e28fca3
4 changed files with 96 additions and 44 deletions

View File

@@ -14,6 +14,7 @@ import { AddEditComponent } from './vault/add-edit.component';
import { AppComponent } from './app.component';
import { AttachmentsComponent } from './vault/attachments.component';
import { BlurClickDirective } from './directives/blur-click.directive';
import { BoxRowDirective } from './directives/box-row.directive';
import { CiphersComponent } from './vault/ciphers.component';
import { FallbackSrcDirective } from './directives/fallback-src.directive';
import { GroupingsComponent } from './vault/groupings.component';
@@ -46,6 +47,7 @@ import { ViewComponent } from './vault/view.component';
AppComponent,
AttachmentsComponent,
BlurClickDirective,
BoxRowDirective,
CiphersComponent,
FallbackSrcDirective,
GroupingsComponent,