mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-06 12:44:30 +08:00
8 lines
210 B
CoffeeScript
8 lines
210 B
CoffeeScript
{ComponentRegistry} = require 'inbox-exports'
|
|
ContactChip = require './ContactChip'
|
|
|
|
module.exports =
|
|
activate: (state) ->
|
|
ComponentRegistry.register
|
|
name: 'ParticipantChip'
|
|
view: ContactChip
|