fix: importing runtime

This commit is contained in:
Lea Anthony
2019-10-09 14:44:53 +11:00
parent 9aca99911e
commit 79c258bbe0
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import { environment } from './environments/environment';
import 'zone.js'
import Wails from '@wailsapp/runtime';
import * as Wails from '@wailsapp/runtime';
if (environment.production) {
enableProdMode();