Dwayne Harris 5 years ago
parent
commit
10fcb4b272
  1. 2
      src/apps/text-app/composer/index.tsx

2
src/apps/text-app/composer/index.tsx

@ -3,6 +3,6 @@ import { render } from 'react-dom'
import App from './app'
import { Communicator } from '../../../communicator'
const communicator = new Communicator('f279a4e81056b0db2d0f')
const communicator = new Communicator('1c28b52e4b1c93c0cc78')
render(<App communicator={communicator} />, document.getElementById('app'))
Loading…
Cancel
Save