import { FC } from 'react'; type FeedbackFormProps = { slug: string }; export const FeedbackForm: FC = () => { return null; };