Update with latest SNJS changes

This commit is contained in:
Mo Bitar
2020-03-01 16:12:29 -06:00
parent fc88ab9b2b
commit 444c18bbde
27 changed files with 192 additions and 104131 deletions

View File

@@ -1,6 +1,6 @@
import {
SNApplication,
SNAlertManager,
SNAlertService,
Environments,
platformFromString
} from 'snjs';
@@ -20,7 +20,7 @@ export class Application extends SNApplication {
deviceInterface: deviceInterface,
swapClasses: [
{
swap: SNAlertManager,
swap: SNAlertService,
with: AlertManager
}
]