aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/index.js12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/lib/index.js b/src/lib/index.js
index 220703f..a983a23 100644
--- a/src/lib/index.js
+++ b/src/lib/index.js
@@ -1,7 +1,5 @@
-import Window from './components/Window/Window';
-import Header from './components/Header/Header';
-import ContentSection from './components/ContentSection/ContentSection';
-import SmartList from './components/SmartList/SmartList';
-
-
-export default { Window, Header, ContentSection, SmartList };
+export { default as Window } from './components/Window/Window';
+export { default as Header } from './components/Header/Header';
+export { default as ContentSection } from './components/ContentSection/ContentSection';
+export { default as SmartList } from './components/SmartList/SmartList';
+export { default as theme } from './theme';