Skip to content

Commit

Permalink
woops and that
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 27, 2023
1 parent d2a5b0f commit f89cbfe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tgui/packages/tgui/interfaces/GameMaster.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useBackend } from '../backend';
import { Flex, Dropdown, Button, Section, Slider } from '../components';
import { Flex, Dropdown, Button, Section, Slider, Collapsible, Stack, Divider } from '../components';
import { Window } from '../layouts';

export const GameMaster = (props, context) => {
Expand Down Expand Up @@ -70,8 +70,6 @@ export const GameMaster = (props, context) => {
</Section>
</Flex.Item>
<Flex.Item>
<Section title="Objectives">
<Flex grow>
<Section title="Objective">
<Flex direction="column">
<Flex.Item>
Expand Down

0 comments on commit f89cbfe

Please sign in to comment.