Mailspring/internal_packages/plugins/lib/tabs.jsx
Jackie Luo 6e07dce03c 🎨(preferences): Updates preferences to look prettier
Summary:
Adds new redesigned preferences with horizontal tab bar and refactored code.

Converts Preferences, Plugins, and a few components to ES6.

Test Plan: Tested locally.

Reviewers: evan, bengotow

Reviewed By: bengotow

Subscribers: juan

Differential Revision: https://phab.nylas.com/D2818
2016-04-01 14:01:26 -07:00

11 lines
169 B
JavaScript

import TabInstalled from './tab-installed';
const Tabs = [{
key: 'installed',
name: 'Installed',
icon: 'tbd',
component: TabInstalled,
}]
export default Tabs;