entryState.js 78 Bytes
const entryState = {
  state: {
    type: 0
  }
}

export default entryState;