Skip to content

Commit c0cc663

Browse files
committed
Fix lint errors
1 parent 3fd020d commit c0cc663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/alert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// =============================================================================
55

66

7-
import {$body, $N, CustomElementView, register, HTMLView} from '../';
7+
import {$body, $N, CustomElementView, HTMLView, register} from '../';
88

99
let $openAlert: Alert|undefined;
1010
let $alertParent = $N('div', {class: 'snackbar'}, $body);

0 commit comments

Comments
 (0)