mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 21:24:58 +08:00
8 lines
78 B
JavaScript
8 lines
78 B
JavaScript
module.exports = {
|
|
activate() {
|
|
//
|
|
},
|
|
deactivate() {
|
|
//
|
|
},
|
|
};
|