Skip to content

Commit

Permalink
[MIRROR] Converts more js files to jsx [MDB IGNORE] (#25228)
Browse files Browse the repository at this point in the history
* 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

* Converts more js files to jsx

---------

Co-authored-by: Jeremiah <[email protected]>
  • Loading branch information
2 people authored and FFMirrorBot committed Nov 24, 2023
1 parent 495a38f commit ba55fbd
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ba55fbd

Please sign in to comment.