From 3487efe54ee0a70cf4873cb714a9e5e35b63e77e Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Sun, 26 Jan 2020 16:06:51 +0300 Subject: feat: install material-ui, add theme --- src/lib/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/index.js') diff --git a/src/lib/index.js b/src/lib/index.js index e0179c3..220703f 100644 --- a/src/lib/index.js +++ b/src/lib/index.js @@ -4,5 +4,4 @@ import ContentSection from './components/ContentSection/ContentSection'; import SmartList from './components/SmartList/SmartList'; - -export defaut { Window, Header, ContentSection, SmartList }; +export default { Window, Header, ContentSection, SmartList }; -- cgit v1.2.3