Línea 1... |
Línea 1... |
1 |
/* eslint-disable react/prop-types */
|
1 |
/* eslint-disable react/prop-types */
|
2 |
import React, { useState, useEffect } from "react";
|
2 |
import React, { useState, useEffect } from "react";
|
3 |
import { connect } from "react-redux";
|
3 |
import { connect } from "react-redux";
|
- |
|
4 |
import Modal from "react-bootstrap/Modal";
|
4 |
import { Button, Modal } from "react-bootstrap";
|
5 |
import Button from "react-bootstrap/Button";
|
5 |
import { useForm } from "react-hook-form";
|
6 |
import { useForm } from "react-hook-form";
|
6 |
import styled from "styled-components";
|
7 |
import styled from "styled-components";
|
7 |
import FormErrorFeedback from "../../../shared/form-error-feedback/FormErrorFeedback";
|
8 |
import FormErrorFeedback from "../../../shared/form-error-feedback/FormErrorFeedback";
|
8 |
import Spinner from "../../../shared/loading-spinner/Spinner";
|
9 |
import Spinner from "../../../shared/loading-spinner/Spinner";
|
9 |
import { addNotification } from "../../../redux/notification/notification.actions";
|
10 |
import { addNotification } from "../../../redux/notification/notification.actions";
|