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

fix linting and style

This commit is contained in:
Thomas Rittson
2021-05-21 13:03:05 +10:00
parent 081bda255c
commit 94ee6c1ab7
3 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { DragDropModule } from '@angular/cdk/drag-drop';
import { ScrollingModule } from '@angular/cdk/scrolling';
import { ScrollingModule } from '@angular/cdk/scrolling';
import { ToasterModule } from 'angular2-toaster';
import { InfiniteScrollModule } from 'ngx-infinite-scroll';