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