mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
7 lines
103 B
JavaScript
7 lines
103 B
JavaScript
|
|
class AbstractBoot
|
|
{
|
|
bootstart() {/* no-empty */}
|
|
}
|
|
|
|
export {AbstractBoot, AbstractBoot as default};
|