Added dice tray mesh

This commit is contained in:
Mitchell McCaffrey
2020-05-10 16:13:15 +10:00
parent d8111de6cc
commit 145b08d93f
9 changed files with 61 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ import ExpandMoreDiceIcon from "../../icons/ExpandMoreDiceIcon";
import DiceTray from "./dice/DiceTray";
function MapDice() {
const [isExpanded, setIsExpanded] = useState(false);
const [isExpanded, setIsExpanded] = useState(true);
return (
<Flex