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