mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
cleanup webpack export references
This commit is contained in:
parent
b1e066d4a7
commit
1535dd00f1
54 changed files with 84 additions and 168 deletions
|
|
@ -256,7 +256,7 @@ function sieveScriptToFilters(script)
|
|||
return filters;
|
||||
}
|
||||
|
||||
class SieveScriptModel extends AbstractModel
|
||||
export class SieveScriptModel extends AbstractModel
|
||||
{
|
||||
constructor() {
|
||||
super();
|
||||
|
|
@ -341,5 +341,3 @@ class SieveScriptModel extends AbstractModel
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
export { SieveScriptModel, SieveScriptModel as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue