Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 689 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 689 Rev 1437
Línea 5... Línea 5...
5
import { useDispatch } from 'react-redux'
5
import { useDispatch } from 'react-redux'
6
import { addNotification } from '../../redux/notification/notification.actions'
6
import { addNotification } from '../../redux/notification/notification.actions'
7
import useFetchHelper from '../../hooks/useFetchHelper'
7
import useFetchHelper from '../../hooks/useFetchHelper'
Línea 8... Línea 8...
8
 
8
 
9
import Spinner from 'components/UI/Spinner'
9
import Spinner from 'components/UI/Spinner'
Línea 10... Línea 10...
10
import FormErrorFeedback from '../UI/FormErrorFeedBack'
10
import FormErrorFeedback from '../UI/form/FormErrorFeedback'
11
 
11
 
12
const AddGroupModal = ({ show, onHide, fetchGroups }) => {
12
const AddGroupModal = ({ show, onHide, fetchGroups }) => {
13
  const [loading, setLoading] = useState(false)
13
  const [loading, setLoading] = useState(false)