const getters = { stocksColor: state => state.app.stocksColor, headHeight: state => state.app.headHeight, statusBarHeight: state => state.app.statusBarHeight, } export default getters