Updated production dependencies to latest versions

This commit is contained in:
Alejandro Celaya
2019-10-05 18:50:49 +02:00
parent a7f7666ccd
commit 8fcf72f564
3 changed files with 337 additions and 247 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import { Route, Switch } from 'react-router-dom';
import Swipeable from 'react-swipeable';
import { Swipeable } from 'react-swipeable';
import { faBars as burgerIcon } from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import classnames from 'classnames';