InvitedForm.tsx 203 B

1234567891011
  1. import React from 'react';
  2. import { useTranslation } from 'next-i18next';
  3. import { useCsrfToken } from '~/stores/context';
  4. export const InvitedForm = (): JSX.Element => {
  5. return (
  6. <></>
  7. );
  8. };