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