import React from 'react'; function AnnotationControls({ onFrameBackward, onPlayPause, isPlaying, onFrameForward, onSaveAnnotation, onDelete }) { return (
); } export default AnnotationControls;