mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-05 22:42:25 +08:00
7 lines
103 B
JavaScript
7 lines
103 B
JavaScript
|
|
class AbstractBoot
|
|
{
|
|
bootstart() {/* no-empty */}
|
|
}
|
|
|
|
export {AbstractBoot, AbstractBoot as default};
|