mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
cleanup webpack export references
This commit is contained in:
parent
b1e066d4a7
commit
1535dd00f1
54 changed files with 84 additions and 168 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import ko from 'ko';
|
||||
|
||||
class Selector {
|
||||
export class Selector {
|
||||
list;
|
||||
listChecked;
|
||||
isListChecked;
|
||||
|
|
@ -516,5 +516,3 @@ class Selector {
|
|||
this.scrollToFocused();
|
||||
}
|
||||
}
|
||||
|
||||
export { Selector, Selector as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue