import { cx, css } from '@emotion/css' import { breakpoint as bp } from '@/web/utils/const' import ArtistInfo from './ArtistInfo' import Actions from './Actions' import LatestRelease from './LatestRelease' import Cover from "./Cover" const Header = ({ artist }: { artist?: Artist }) => { return (