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