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

@@ -4,7 +4,7 @@ import 'core-js/stable';
import './index.css';
import App from './App';
import Wails from '@wailsapp/runtime';
import * as Wails from '@wailsapp/runtime';
Wails.Init(() => {
ReactDOM.render(<App />, document.getElementById('app'));