import React from 'react'; import { kinds } from 'Helpers/Props'; import Button from 'Components/Link/Button'; import styles from './NoArtist.css'; function NoArtist() { return (
No artist found, to get started you'll want to add a new artist or import some existing ones.
); } export default NoArtist;