X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftechniques%2FForm.js;fp=resources%2Fjs%2Fcomponents%2Ftechniques%2FForm.js;h=b6dd3d547707d447babe7aa222861ac7205cccf7;hb=a24b514e92a0d5fca7a6c99b6414aa4814065a7d;hp=9bbb5112511a4d1e0fef78cb22c000bc6954052a;hpb=7c6716036321ba09846785720e81459aad55a323;p=alttp.git diff --git a/resources/js/components/techniques/Form.js b/resources/js/components/techniques/Form.js index 9bbb511..b6dd3d5 100644 --- a/resources/js/components/techniques/Form.js +++ b/resources/js/components/techniques/Form.js @@ -4,6 +4,7 @@ import React from 'react'; import { Button, Col, Form, Modal, Row } from 'react-bootstrap'; import { useTranslation } from 'react-i18next'; +import HTMLInput from '../common/HTMLInput'; import { getTranslation } from '../../helpers/Technique'; import yup from '../../schema/yup'; @@ -48,7 +49,7 @@ const ContentForm = ({ {t('content.description')}