import React from 'react'; export const PlayingIndicator: React.FC = () => { return (
); };