From 2bce0ba5124e0bafee992fa0a6049a0f6c3baf84 Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Thu, 21 Dec 2023 07:57:17 +0300 Subject: [PATCH] [MIRROR] Fixes some missed tgui files that needed prettier run on them [MDB IGNORE] (#1228) * Fixes some missed tgui files that needed prettier run on them (#80466) ## About The Pull Request that's it. ## Changelog Nothing player facing * Fixes some missed tgui files that needed prettier run on them --------- Co-authored-by: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com> --- tgui/packages/tgui/interfaces/OutfitEditor.jsx | 2 +- tgui/packages/tgui/interfaces/Safe.jsx | 2 +- tgui/packages/tgui/interfaces/SelectEquipment.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tgui/packages/tgui/interfaces/OutfitEditor.jsx b/tgui/packages/tgui/interfaces/OutfitEditor.jsx index 66a40091417..f277956a7aa 100644 --- a/tgui/packages/tgui/interfaces/OutfitEditor.jsx +++ b/tgui/packages/tgui/interfaces/OutfitEditor.jsx @@ -1,5 +1,5 @@ import { useBackend } from '../backend'; -import { Box, Button, Icon, Section, Stack, Image } from '../components'; +import { Box, Button, Icon, Image, Section, Stack } from '../components'; import { Window } from '../layouts'; export const OutfitEditor = (props) => { diff --git a/tgui/packages/tgui/interfaces/Safe.jsx b/tgui/packages/tgui/interfaces/Safe.jsx index 5a89f8ca94c..a9f9e7469f6 100644 --- a/tgui/packages/tgui/interfaces/Safe.jsx +++ b/tgui/packages/tgui/interfaces/Safe.jsx @@ -2,7 +2,7 @@ import { Fragment } from 'react'; import { resolveAsset } from '../assets'; import { useBackend } from '../backend'; -import { Box, Button, Icon, Section, Image } from '../components'; +import { Box, Button, Icon, Image, Section } from '../components'; import { Window } from '../layouts'; export const Safe = (properties) => { diff --git a/tgui/packages/tgui/interfaces/SelectEquipment.jsx b/tgui/packages/tgui/interfaces/SelectEquipment.jsx index f9fac18df56..b6a4146797d 100644 --- a/tgui/packages/tgui/interfaces/SelectEquipment.jsx +++ b/tgui/packages/tgui/interfaces/SelectEquipment.jsx @@ -7,11 +7,11 @@ import { Box, Button, Icon, + Image, Input, Section, Stack, Tabs, - Image, } from '../components'; import { Window } from '../layouts';