view service


export default {
    create(){
        return this.context.view;
    }
};