Mailspring/internal_packages/theme-picker/lib/main.js

11 lines
197 B
JavaScript

/** @babel */
import ThemePickerStore from './theme-picker-store';
export function activate() {
ThemePickerStore.activate();
}
export function deactivate() {
ThemePickerStore.deactivate();
}