import React from 'react'; import Button from '@material-ui/core/Button'; const App = () => (
Hello World
);