| Línea 4... |
Línea 4... |
| 4 |
import { useForm } from "react-hook-form";
|
4 |
import { useForm } from "react-hook-form";
|
| 5 |
import styled from "styled-components";
|
5 |
import styled from "styled-components";
|
| 6 |
import {axios} from "../../../../../../utils";
|
6 |
import {axios} from "../../../../../../utils";
|
| 7 |
import FormErrorFeedback from "../../../../../../shared/form-error-feedback/FormErrorFeedback";
|
7 |
import FormErrorFeedback from "../../../../../../shared/form-error-feedback/FormErrorFeedback";
|
| 8 |
import Spinner from "../../../../../../shared/loading-spinner/Spinner";
|
8 |
import Spinner from "../../../../../../shared/loading-spinner/Spinner";
|
| 9 |
import CKEditor from "ckeditor4-react";
|
9 |
import {CKEditor} from "ckeditor4-react";
|
| 10 |
import parse from "html-react-parser";
|
10 |
import parse from "html-react-parser";
|
| Línea 11... |
Línea 11... |
| 11 |
|
11 |
|
| 12 |
const StyledSpinnerContainer = styled.div`
|
12 |
const StyledSpinnerContainer = styled.div`
|
| 13 |
position: absolute;
|
13 |
position: absolute;
|