diff options
Diffstat (limited to 'ui/app/components/tabs/index.js')
-rw-r--r-- | ui/app/components/tabs/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/app/components/tabs/index.js b/ui/app/components/tabs/index.js new file mode 100644 index 000000000..3a8d18248 --- /dev/null +++ b/ui/app/components/tabs/index.js @@ -0,0 +1,3 @@ +import Tabs from './tabs.component' +import Tab from './tab' +export { Tabs, Tab } |