Updated dependencies and source code

This commit is contained in:
Alejandro Celaya
2019-01-05 22:25:54 +01:00
parent 906e9ddb5c
commit 835d54e90c
18 changed files with 4176 additions and 2878 deletions

View File

@@ -1,5 +1,5 @@
import preloader from '@fortawesome/fontawesome-free-solid/faCircleNotch';
import FontAwesomeIcon from '@fortawesome/react-fontawesome';
import { faCircleNotch as preloader } from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { isEmpty, mapObjIndexed } from 'ramda';
import React from 'react';
import { Card } from 'reactstrap';