mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
4 lines
151 B
TypeScript
4 lines
151 B
TypeScript
import { ItemDetailListCellProps } from './types';
|
|
|
|
export const ArtistColumn = ({ song }: ItemDetailListCellProps) => song.artistName ?? <> </>;
|