mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-15 14:20:38 +08:00
6 lines
107 B
Text
6 lines
107 B
Text
|
import AnalyticsStore from './analytics-store'
|
||
|
|
||
|
export function activate() {
|
||
|
AnalyticsStore.activate()
|
||
|
}
|