mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-23 20:37:42 +02:00
4 lines
145 B
TypeScript
4 lines
145 B
TypeScript
import { ItemDetailListCellProps } from './types';
|
|
|
|
export const ArtistColumn = ({ song }: ItemDetailListCellProps) => song.artistName ?? '—';
|