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