From 4b6e52a30ae8b781d2a932275133c23e545a6867 Mon Sep 17 00:00:00 2001 From: Tim Smart Date: Fri, 12 Oct 2018 13:48:00 +0100 Subject: [PATCH] Removed module.exports from index.js as it conflicts with babel. A file may not contain both inport/export and module.exports --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2246cb1..c12945a 100644 --- a/index.js +++ b/index.js @@ -4,4 +4,4 @@ import ModalDropdown from './components/ModalDropdown'; export default ModalDropdown; -module.exports = ModalDropdown; +