import * as React from "react"; import LibraryTable from "./LibraryTable"; interface Props {} export default class ArtistsTable extends React.Component { render() { return ( ); } }