Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gitumarkk/e62d5441a5046326a2c1c5e5e0d1562e to your computer and use it in GitHub Desktop.
Save gitumarkk/e62d5441a5046326a2c1c5e5e0d1562e to your computer and use it in GitHub Desktop.
/* eslint-disable import/prefer-default-export */
import MyCustomComponent from './components/MyCustomComponent.react';
import MyEditor from './components/MyEditor.react';
import MyCalendar from './components/MyCalendar.react';
export {MyCustomComponent, MyEditor, MyCalendar};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment