From 10fcb4b272fa64962e013e1988300d96f48c87c1 Mon Sep 17 00:00:00 2001 From: Dwayne Harris Date: Wed, 30 Oct 2019 01:14:47 -0400 Subject: [PATCH] WIP --- src/apps/text-app/composer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))