import React from "react"; import { Box, Flex, Tooltip } from "@chakra-ui/core"; import WIPXweeImg from "../../images/wip-xwee.png"; import WIPXweeImg2x from "../../images/wip-xwee@2x.png"; function WIPCallout({ details }) { return ( {details}} placement="bottom"> We're working on this page! WIP! ); } export default WIPCallout;