1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-08 12:35:09 +02:00

remove unused import

This commit is contained in:
Kyle Spearrin 2018-04-25 08:36:20 -04:00
parent 13af362fde
commit 06c07ad4ea

View File

@ -1,8 +1,6 @@
import * as fs from 'fs';
import * as path from 'path';
import { I18nService as I18nServiceAbstraction } from 'jslib/abstractions/i18n.service';
import { I18nService as BaseI18nService } from 'jslib/services/i18n.service';
export class I18nService extends BaseI18nService {