| 1 | import { useRef, useMemo, useCallback, useState, useEffect, memo, type ReactNode } from "react"; |
| 2 | import { useMusicBeatAnalysis } from "../../hooks/useMusicBeatAnalysis"; |
| 3 | import { isMusicTrack } from "../../utils/timelineInspector"; |
| 4 | import { remapBeatAnalysisToComposition } from "../../utils/beatEditActions"; |
nothing calls this directly
no test coverage detected