Update post-form

This commit is contained in:
plebeius.eth
2024-04-28 17:12:19 +02:00
parent 50f7a3b76d
commit 6708a74c1e
3 changed files with 17 additions and 10 deletions
@@ -1,10 +1,10 @@
import { useState } from 'react';
import { Challenge as ChallengeType, useComment } from '@plebbit/plebbit-react-hooks';
import Draggable from 'react-draggable';
import { useTranslation } from 'react-i18next';
import { Challenge as ChallengeType } from '@plebbit/plebbit-react-hooks';
import { getPublicationType } from '../../lib/utils/challenge-utils';
import useChallenges from '../../hooks/use-challenges';
import styles from './challenge-modal.module.css';
import { getPublicationType } from '../../lib/utils/challenge-utils';
import Draggable from 'react-draggable';
interface ChallengeProps {
challenge: ChallengeType;