mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
11 lines
181 B
Text
11 lines
181 B
Text
|
import SearchIndexStore from './search-index-store'
|
||
|
|
||
|
|
||
|
export function activate() {
|
||
|
SearchIndexStore.activate()
|
||
|
}
|
||
|
|
||
|
export function deactivate() {
|
||
|
SearchIndexStore.deactivate()
|
||
|
}
|