Dwayne Harris 4 years ago
parent
commit
fb9cdfd736
  1. 2
      src/apps/gif-app/composer/index.tsx
  2. 2
      src/apps/text-app/composer/index.tsx

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

@ -3,4 +3,4 @@ import { render } from 'react-dom'
import App from './app'
import { Communicator } from '../../../communicator'
render(<App communicator={new Communicator('e396113e76dffaa2ad6c')} />, document.getElementById('app'))
render(<App communicator={new Communicator('1be42e580200266d18fc')} />, document.getElementById('app'))

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

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