mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59: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
|
|
@ -15,7 +15,7 @@ import Audio from 'Common/Audio';
|
|||
|
||||
const bAllowPdfPreview = undefined !== navigator.mimeTypes['application/pdf'];
|
||||
|
||||
class AttachmentModel extends AbstractModel {
|
||||
export class AttachmentModel extends AbstractModel {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
|
|
@ -231,5 +231,3 @@ class AttachmentModel extends AbstractModel {
|
|||
return File.getTypeIconClass(this.fileType)[1];
|
||||
}
|
||||
}
|
||||
|
||||
export { AttachmentModel, AttachmentModel as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue