diff --git a/src/apps/text-app/composer/index.tsx b/src/apps/text-app/composer/index.tsx index 928433f..ebec225 100644 --- a/src/apps/text-app/composer/index.tsx +++ b/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(, document.getElementById('app'))