Last active
January 31, 2020 06:53
-
-
Save dongsik-yoo/a3b1a106fa8fe6f1d92bee5cb9eb2be7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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