Skip to content

Commit

Permalink
[MIRROR] Fixes some missed tgui files that needed prettier run on the…
Browse files Browse the repository at this point in the history
…m [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 <[email protected]>
Co-authored-by: Bloop <[email protected]>
  • Loading branch information
3 people authored Dec 21, 2023
1 parent ddf0286 commit 2bce0ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/OutfitEditor.jsx
Original file line number Diff line number Diff line change
@@ -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) => {
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/Safe.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/SelectEquipment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import {
Box,
Button,
Icon,
Image,
Input,
Section,
Stack,
Tabs,
Image,
} from '../components';
import { Window } from '../layouts';

Expand Down

0 comments on commit 2bce0ba

Please sign in to comment.