mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
fix: lint
This commit is contained in:
parent
75a0b632bc
commit
eff63175e5
2 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
The lightweight framework for web-like apps
|
||||
(c) Lea Anthony 2019-present
|
||||
*/
|
||||
/* jshint esversion: 6 */
|
||||
import * as Log from './log';
|
||||
import { On, Emit, Notify, Heartbeat, Acknowledge } from './events';
|
||||
import { NewBinding } from './bindings';
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
The lightweight framework for web-like apps
|
||||
(c) Lea Anthony 2019-present
|
||||
*/
|
||||
/* jshint esversion: 6 */
|
||||
|
||||
import { Emit } from './events';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue