import React from 'react'; const Bug = ({ className, title }: { className?: string; title?: string }) => ( ); export default Bug;