mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-19 14:40:26 +08:00
12 lines
320 B
CoffeeScript
12 lines
320 B
CoffeeScript
# {ComponentRegistry, WorkspaceStore} = require 'nylas-exports'
|
|
# EventComponent = require "./event-component"
|
|
|
|
module.exports =
|
|
activate: (@state={}) ->
|
|
# ComponentRegistry.register EventComponent,
|
|
# role: 'Event'
|
|
|
|
deactivate: ->
|
|
# ComponentRegistry.unregister(EventComponent)
|
|
|
|
serialize: -> @state
|