We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd020d commit c0cc663Copy full SHA for c0cc663
src/components/alert.ts
@@ -4,7 +4,7 @@
4
// =============================================================================
5
6
7
-import {$body, $N, CustomElementView, register, HTMLView} from '../';
+import {$body, $N, CustomElementView, HTMLView, register} from '../';
8
9
let $openAlert: Alert|undefined;
10
let $alertParent = $N('div', {class: 'snackbar'}, $body);
0 commit comments