import React from 'react'; interface AudioFileProps extends React.SourceHTMLAttributes {} export const AudioFile: React.FC = (props) => { // This component renders a tag and is intended to be used // as a child of the main