import React from 'react'; import Box from '@material-ui/core/Box'; export default function Order() { return (
Item 1 Item 2 Item 3
); }