mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 20:24:51 +08:00
5 lines
65 B
JavaScript
5 lines
65 B
JavaScript
export class AbstractBoot {
|
|
bootstart() {
|
|
/* no-empty */
|
|
}
|
|
}
|