Skip to content

Commit

Permalink
fix for tgui
Browse files Browse the repository at this point in the history
  • Loading branch information
kiVts committed May 20, 2024
1 parent 9a0984b commit 1221c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/XenomorphExtractor.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useBackend, useLocalState } from '../backend';
import { useBackend, useState } from '../backend';
import { Section, Button, Stack, NoticeBox, LabeledList, Flex, Box, Dropdown, Divider } from '../components';
import { Window } from '../layouts';

Expand Down

0 comments on commit 1221c97

Please sign in to comment.