Created
October 24, 2018 15:04
-
-
Save paltman/451eb76e4a3853df7c40537fed67710b to your computer and use it in GitHub Desktop.
This file contains 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 PrettyDate from './PrettyDate.vue'; | |
import SystemMessages from './SystemMessages.vue'; | |
import LoadingIndicator from './LoadingIndicator.vue'; | |
export default [ | |
PrettyDate, | |
SystemMessages, | |
LoadingIndicator | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment