mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-14 11:13:06 +08:00
8 lines
225 B
CoffeeScript
8 lines
225 B
CoffeeScript
{ComponentRegistry} = require 'inbox-exports'
|
|
InboxParticipants = require './InboxParticipants'
|
|
|
|
module.exports =
|
|
activate: (state) ->
|
|
ComponentRegistry.register
|
|
name: 'Participants'
|
|
view: InboxParticipants
|