From 8f144031354108040438db0d9f1f4e9f49603376 Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Wed, 26 Apr 2017 23:00:22 -0500 Subject: [PATCH] Don't make Tab a module anymore (part of dir re-structuring) --- common/containers/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/containers/index.js b/common/containers/index.js index 764caa3d..1653d8e7 100644 --- a/common/containers/index.js +++ b/common/containers/index.js @@ -1,2 +1 @@ export App from './App' -export Tabs from './Tabs'