import React from 'react' import { render } from 'react-dom' import App from './app' import { Communicator } from '../../../communicator' const communicator = new Communicator('1c28b52e4b1c93c0cc78') render(, document.getElementById('app'))