mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Update ckeditor
Move e2e tests Code refactoring
This commit is contained in:
parent
9993432c7b
commit
e5af98b04b
122 changed files with 617 additions and 561 deletions
|
|
@ -26,4 +26,4 @@ class AppAdminStore extends AbstractAppStore
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = new AppAdminStore();
|
||||
export default new AppAdminStore();
|
||||
|
|
|
|||
|
|
@ -36,4 +36,4 @@ class CapaAdminStore
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = new CapaAdminStore();
|
||||
export default new CapaAdminStore();
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@ class CoreAdminStore
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = new CoreAdminStore();
|
||||
export default new CoreAdminStore();
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ class DomainAdminStore
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = new DomainAdminStore();
|
||||
export default new DomainAdminStore();
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ class LicenseAdminStore
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = new LicenseAdminStore();
|
||||
export default new LicenseAdminStore();
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@ class PackageAdminStore
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = new PackageAdminStore();
|
||||
export default new PackageAdminStore();
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ class PluginAdminStore
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = new PluginAdminStore();
|
||||
export default new PluginAdminStore();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue