mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 20:41:05 +08:00
9 lines
215 B
CoffeeScript
9 lines
215 B
CoffeeScript
|
{ComponentRegistry} = require 'inbox-exports'
|
||
|
ContactChip = require './ContactChip.cjsx'
|
||
|
|
||
|
module.exports =
|
||
|
activate: (state) ->
|
||
|
ComponentRegistry.register
|
||
|
name: 'ParticipantChip'
|
||
|
view: ContactChip
|