import GreyReactBox from 'grey-react-box'; import ControllerState from './state'; export default class Controller extends GreyReactBox { constructor(state = new ControllerState()) { super(state); } }