Converts more js files to jsx (#79894)

## About The Pull Request
Missed a few files that return JSX - these are simple file renames with
no functional changes.

I'm doing this to change the build tool (and this is technically proper
even if that doesn't work out)
## Why It's Good For The Game
Smoother build tool upgrades
## Changelog
N/A nothing player facing
This commit is contained in:
Jeremiah
2023-11-23 20:59:31 -08:00
committed by GitHub
parent 492452a3ce
commit 2a3a35240b
19 changed files with 1 additions and 1 deletions
@@ -11,7 +11,7 @@ import { COMBINE_MAX_MESSAGES, COMBINE_MAX_TIME_WINDOW, IMAGE_RETRY_DELAY, IMAGE
import { render } from 'inferno';
import { canPageAcceptType, createMessage, isSameMessage } from './model';
import { highlightNode, linkifyNode } from './replaceInTextNode';
import { Tooltip } from '../../tgui/components';
import { Tooltip } from 'tgui/components';
const logger = createLogger('chatRenderer');