mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
4 lines
122 B
JavaScript
4 lines
122 B
JavaScript
import plugin from '../package.json';
|
|
|
|
export const PLUGIN_ID = plugin.name;
|
|
export const PLUGIN_NAME = 'Send Reminders';
|