mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
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:
+1
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user