import React from "react"; import { Box, Label, Flex, Button, Text } from "theme-ui"; import Modal from "../components/Modal"; function GameExpiredModal({ isOpen, onRequestClose }) { return ( Reselect your map to pick up where you left off. ); } export default GameExpiredModal;