import currentState from '../shared-module' export default () => { return <p id="currentstate">{currentState()}</p> }