Added dice style select

This commit is contained in:
Mitchell McCaffrey
2020-05-26 14:47:37 +10:00
parent c99e5bf5f8
commit 84b198c851
18 changed files with 276 additions and 61 deletions

View File

@@ -2,7 +2,7 @@ import React, { useState, Fragment } from "react";
import { IconButton, Flex, Box } from "theme-ui";
import RadioIconButton from "./controls/RadioIconButton";
import Divider from "./controls/Divider";
import Divider from "../Divider";
import SelectMapButton from "./SelectMapButton";