mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-22 16:09:14 +08:00
9 lines
230 B
CoffeeScript
9 lines
230 B
CoffeeScript
|
{ComponentRegistry} = require 'inbox-exports'
|
||
|
InboxParticipants = require './InboxParticipants.cjsx'
|
||
|
|
||
|
module.exports =
|
||
|
activate: (state) ->
|
||
|
ComponentRegistry.register
|
||
|
name: 'Participants'
|
||
|
view: InboxParticipants
|