mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
4 lines
149 B
TypeScript
4 lines
149 B
TypeScript
import { ItemDetailListCellProps } from './types';
|
|
|
|
export const CommentColumn = ({ song }: ItemDetailListCellProps) => song.comment ?? <> </>;
|