BerniWittmann/cape-frontend

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

Summary

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

export default {
  injectionMappings: []
}