aboutsummaryrefslogtreecommitdiff
path: root/src/lib/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/index.js')
-rw-r--r--src/lib/index.js3
1 files changed, 1 insertions, 2 deletions
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 };