import React from 'react'; import Box from '@material-ui/core/Box'; export default function Display() { return (
{"I'm a flexbox container!"}
); }