Arcade battle quickfix

This commit is contained in:
ShadowLarkens
2020-09-19 20:55:31 -07:00
parent 23abb48e40
commit 750c36fefd
2 changed files with 8 additions and 9 deletions
@@ -1,6 +1,5 @@
import { resolveAsset } from '../assets';
import { useBackend } from '../backend';
import { AnimatedNumber, Box, Button, Flex, Grid, LabeledList, ProgressBar, Section } from '../components';
import { Box, Button, Flex, LabeledList, ProgressBar, Section } from '../components';
import { Window } from '../layouts';
export const ArcadeBattle = (props, context) => {
File diff suppressed because one or more lines are too long