import commonFunctions from '../../../../mixin/commonFunctions.js';

export default {
	mixins: [commonFunctions],
	methods: {
	},
};