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 parse from "html-react-parser";
|
7 |
import parse from "html-react-parser";
|
8 |
import { CKEditor } from "ckeditor4-react";
|
8 |
import { CKEditor } from "ckeditor4-react";
|
- |
|
9 |
import { CKEDITOR_OPTIONS } from "../../../../../utils";
|
9 |
import FormErrorFeedback from "../../../../../shared/form-error-feedback/FormErrorFeedback";
|
10 |
import FormErrorFeedback from "../../../../../shared/form-error-feedback/FormErrorFeedback";
|
10 |
import Spinner from "../../../../../shared/loading-spinner/Spinner";
|
11 |
import Spinner from "../../../../../shared/loading-spinner/Spinner";
|
Línea 11... |
Línea 12... |
11 |
|
12 |
|
12 |
const StyledSpinnerContainer = styled.div`
|
13 |
const StyledSpinnerContainer = styled.div`
|