BerniWittmann/cape-frontend

View on GitHub
src/vuex/modules/contextType/state.js

Summary

Maintainability
A
0 mins
Test Coverage
/* ============
 * State of the Context Type module
 * ============
 *
 * The initial state of the Context Type module.
 */

export default {
  contextTypes: []
}