mahaplatform/reframe

View on GitHub
src/components/prompt/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import { Singleton } from 'redux-rubberstamp'
import reducer from './reducer'
import prompt from './prompt'
import * as actions from './actions'

export default Singleton({
  namespace: 'reframe.prompt',
  component: prompt,
  reducer,
  actions
})