New: Various UI Package Updates

This commit is contained in:
Qstick 2018-09-15 22:32:34 -04:00
parent 9611df7e9e
commit b8511f039a
13 changed files with 966 additions and 906 deletions

View file

@ -1,6 +1,6 @@
import PropTypes from 'prop-types';
import React from 'react';
import FontAwesomeIcon from '@fortawesome/react-fontawesome';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { kinds } from 'Helpers/Props';
import classNames from 'classnames';
import styles from './Icon.css';