Skip to content

Instantly share code, notes, and snippets.

@dongsik-yoo
Last active January 31, 2020 06:53
Show Gist options
  • Save dongsik-yoo/a3b1a106fa8fe6f1d92bee5cb9eb2be7 to your computer and use it in GitHub Desktop.
Save dongsik-yoo/a3b1a106fa8fe6f1d92bee5cb9eb2be7 to your computer and use it in GitHub Desktop.
import Month from '@src/month';
import Week from '@src/week';
export default {
Month,
Week
};
export { Month, Week };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment