Clean up code

This commit is contained in:
nickofolas
2022-04-24 18:51:30 -05:00
parent ae8b6d088e
commit d0c48585bc
15 changed files with 77 additions and 87 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import React, { useState } from "react";
import { Intro } from "./Intro";
import { Game } from "./Game";
import { Location } from "../../Locations/Location";
import { use } from "../../ui/Context";
import { calculateDifficulty, calculateReward } from "../formulas/game";
import { Game } from "./Game";
import { Intro } from "./Intro";
interface IProps {
location: Location;
}