/src/Controller.js
export default class Controller {
    constructor(appState) {
        this.state = appState;
    }
}