import React from "react"; import { Box, Text } from "theme-ui"; function DiceButtonCount({ children }) { return ( {children}× ); } export default DiceButtonCount;