We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05e88d commit a6422f6Copy full SHA for a6422f6
src/index.js
@@ -1,2 +1,3 @@
1
-module.exports = require('./components/Modal');
+import Modal from './components/Modal';
2
3
+export default Modal;
0 commit comments