1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

fix lint issue

This commit is contained in:
Kyle Spearrin
2019-08-09 11:14:46 -04:00
parent c9116ad7ab
commit 18608a8b63
2 changed files with 2 additions and 1 deletions

2
jslib

Submodule jslib updated: 5c1b80ee87...393f6c9c20

View File

@@ -8,6 +8,7 @@ import { I18nService } from 'jslib/abstractions/i18n.service';
import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service'; import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service';
import { ExportComponent as BaseExportComponent } from '../../tools/export.component'; import { ExportComponent as BaseExportComponent } from '../../tools/export.component';
import { EventType } from 'jslib/enums/eventType'; import { EventType } from 'jslib/enums/eventType';
@Component({ @Component({