mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-21 22:54:11 +08:00
12 lines
No EOL
378 B
CoffeeScript
12 lines
No EOL
378 B
CoffeeScript
React = require "react"
|
|
AccountSidebar = require "./account-sidebar"
|
|
{ComponentRegistry, WorkspaceStore} = require "inbox-exports"
|
|
|
|
module.exports =
|
|
item: null # The DOM item the main React component renders into
|
|
|
|
activate: (@state) ->
|
|
ComponentRegistry.register
|
|
view: AccountSidebar
|
|
name: 'AccountSidebar'
|
|
location: WorkspaceStore.Location.RootSidebar |