import Status from '../status/status.vue'
const Timeline = {
props: [
'timeline'
],
components: {
Status
}
export default Timeline