mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 21:57:55 +08:00
9 lines
79 B
JavaScript
9 lines
79 B
JavaScript
|
|
module.exports = {
|
|
activate() {
|
|
//
|
|
},
|
|
deactivate() {
|
|
//
|
|
},
|
|
};
|