mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
11 lines
169 B
React
11 lines
169 B
React
|
import TabInstalled from './tab-installed';
|
||
|
|
||
|
const Tabs = [{
|
||
|
key: 'installed',
|
||
|
name: 'Installed',
|
||
|
icon: 'tbd',
|
||
|
component: TabInstalled,
|
||
|
}]
|
||
|
|
||
|
export default Tabs;
|