mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-23 22:36:01 +08:00
9 lines
125 B
JavaScript
9 lines
125 B
JavaScript
|
|
class AbstractBoot
|
|
{
|
|
bootstart() {
|
|
// eslint-disable-line no-empty
|
|
}
|
|
}
|
|
|
|
export {AbstractBoot, AbstractBoot as default};
|