mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +08:00
9 lines
198 B
Text
9 lines
198 B
Text
|
React = require 'react'
|
||
|
|
||
|
{Actions} = require "inbox-exports"
|
||
|
|
||
|
module.exports =
|
||
|
AccountSidebarDividerItem = React.createClass
|
||
|
render: ->
|
||
|
<div className="item item-divider">{@props.label}</div>
|