mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 15:27:43 +08:00
5 lines
65 B
JavaScript
5 lines
65 B
JavaScript
export class AbstractBoot {
|
|
bootstart() {
|
|
/* no-empty */
|
|
}
|
|
}
|