1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-28 03:57:47 +02: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';