mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
6e07dce03c
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
10 lines
169 B
JavaScript
10 lines
169 B
JavaScript
import TabInstalled from './tab-installed';
|
|
|
|
const Tabs = [{
|
|
key: 'installed',
|
|
name: 'Installed',
|
|
icon: 'tbd',
|
|
component: TabInstalled,
|
|
}]
|
|
|
|
export default Tabs;
|