mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
7 lines
199 B
CoffeeScript
7 lines
199 B
CoffeeScript
{ComponentRegistry} = require 'nylas-exports'
|
|
Participants = require './Participants'
|
|
|
|
module.exports =
|
|
activate: (state) ->
|
|
ComponentRegistry.register Participants,
|
|
role: 'Participants'
|