Archived
1
0

Fix refactoring

This commit is contained in:
Asher
2019-01-31 16:19:12 -06:00
committed by Kyle Carberry
parent c594af4396
commit e1101c195d
2 changed files with 15 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { retry } from "./retry";
import { upload } from "./upload";
import { client } from "./fill/client";
import { clipboard } from "./fill/clipboard";
import { INotificationService, NotificationService, IProgressService, ProgressService } from "./fill/notification";
import { INotificationService, IProgressService } from "./fill/notification";
import { IURIFactory } from "./fill/uri";
/**