From fb9cdfd736895e22829beaecc266903b30dce432 Mon Sep 17 00:00:00 2001 From: Dwayne Harris Date: Sun, 3 Nov 2019 20:22:02 -0500 Subject: [PATCH] WIP --- src/apps/gif-app/composer/index.tsx | 2 +- src/apps/text-app/composer/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/gif-app/composer/index.tsx b/src/apps/gif-app/composer/index.tsx index 227de9d..951c0f0 100644 --- a/src/apps/gif-app/composer/index.tsx +++ b/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(, document.getElementById('app')) +render(, document.getElementById('app')) diff --git a/src/apps/text-app/composer/index.tsx b/src/apps/text-app/composer/index.tsx index 5a06252..eb0ac51 100644 --- a/src/apps/text-app/composer/index.tsx +++ b/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(, document.getElementById('app')) +render(, document.getElementById('app'))