import * as React from "react"; interface Props {} export default class AlbumsTable extends React.Component { render() { return (
Album Tracks
All (1 album) 1
Ben Mason 1
); } }