Files
feishin/src/renderer/components/item-list/item-detail-list/columns/path-column.tsx
T
2026-02-09 01:47:48 -08:00

4 lines
143 B
TypeScript

import { ItemDetailListCellProps } from './types';
export const PathColumn = ({ song }: ItemDetailListCellProps) => song.path ?? <>&nbsp;</>;