react-toolbox/components/tabs/index.jsx

5 lines
83 B
JavaScript

import Tabs from './tabs';
import Tab from './tab';
export default { Tabs, Tab };