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 deleteIcon from '@fortawesome/fontawesome-free-solid/faMinusCircle';
import FontAwesomeIcon from '@fortawesome/react-fontawesome';
import { faMinusCircle as deleteIcon } from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import React from 'react';
import PropTypes from 'prop-types';
import { serverType } from './prop-types';