1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

remove old fs import

This commit is contained in:
Kyle Spearrin
2018-02-25 21:16:31 -05:00
parent bf8157d819
commit bf559f363b

View File

@@ -1,5 +1,4 @@
import { app, BrowserWindow } from 'electron';
import * as fs from 'fs';
import * as path from 'path';
import { DesktopMainMessagingService } from './services/desktopMainMessaging.service';