mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
cleanup webpack export references
This commit is contained in:
parent
b1e066d4a7
commit
1535dd00f1
54 changed files with 84 additions and 168 deletions
|
|
@ -3,7 +3,7 @@ import { File } from 'Common/File';
|
|||
|
||||
import { AbstractModel } from 'Knoin/AbstractModel';
|
||||
|
||||
class ComposeAttachmentModel extends AbstractModel {
|
||||
export class ComposeAttachmentModel extends AbstractModel {
|
||||
/**
|
||||
* @param {string} id
|
||||
* @param {string} fileName
|
||||
|
|
@ -106,5 +106,3 @@ class ComposeAttachmentModel extends AbstractModel {
|
|||
return File.getIconClass(this.fileExt(), this.mimeType())[1];
|
||||
}
|
||||
}
|
||||
|
||||
export { ComposeAttachmentModel, ComposeAttachmentModel as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue