Mailspring/app/internal_packages/send-reminders/lib/send-reminders-constants.es6
2017-09-26 11:33:08 -07:00

5 lines
122 B
JavaScript

import plugin from '../package.json';
export const PLUGIN_ID = plugin.name;
export const PLUGIN_NAME = 'Send Reminders';