import {h, Component} from 'preact'; import GridList from 'preact-material-components/GridList'; import 'preact-material-components/GridList/style.css'; export default class GridListPage extends Component { render(){ return (
console.log("Edit Tile")}>edit Tile One subheading one console.log("Edit Tile")}>edit Tile Two subheading two
); } }