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'))