mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
9 lines
141 B
CoffeeScript
9 lines
141 B
CoffeeScript
React = require "react"
|
|
|
|
module.exports =
|
|
activate: (@state) ->
|
|
# Package turned off for now
|
|
|
|
deactivate: ->
|
|
|
|
serialize: -> @state
|