This commit is contained in:
jeffvli
2026-06-19 22:07:42 -07:00
parent 61cc87e0b7
commit 0664b0ad02
2 changed files with 2 additions and 1 deletions
@@ -1,4 +1,5 @@
import { ItemDetailListCellProps } from './types';
import { resolveSongPath } from '/@/renderer/utils/resolve-song-path';
export const PathColumn = ({ song }: ItemDetailListCellProps) =>