import Tippy from '@tippyjs/react'; import React from 'react'; interface ReportIssueButtonProps { url: string; } export const ReportIssueButton = ({ url }: ReportIssueButtonProps) => ( );