UNPKG

128 BJavaScriptView Raw
1'use strict';
2
3var Tabs = require('./Tabs');
4var Panel = require('./Panel');
5
6module.exports = {
7 Tabs: Tabs,
8 Panel: Panel
9};
\No newline at end of file