diff --git a/tgui/packages/tgui/interfaces/Holoposter.tsx b/tgui/packages/tgui/interfaces/Holoposter.tsx index bdec3d30421..f42a8ecbcad 100644 --- a/tgui/packages/tgui/interfaces/Holoposter.tsx +++ b/tgui/packages/tgui/interfaces/Holoposter.tsx @@ -1,6 +1,6 @@ import { capitalize } from '../../common/string'; import { useBackend } from '../backend'; -import { Box, Button, Section, Stack } from '../components'; +import { Button, Section, Stack } from '../components'; import { GameIcon } from '../components/GameIcon'; import { Window } from '../layouts';