diff --git a/package.json b/package.json index 0e794b3..e254e44 100644 --- a/package.json +++ b/package.json @@ -4,15 +4,20 @@ "private": true, "author": "Re:Coded", "dependencies": { + "@fortawesome/fontawesome-svg-core": "^1.2.30", + "@fortawesome/free-solid-svg-icons": "^5.14.0", + "@fortawesome/react-fontawesome": "^0.1.11", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", + "classnames": "^2.2.6", "framer-motion": "^2.3.0", "prop-types": "^15.7.2", "react": "^16.13.1", "react-dom": "^16.13.1", "react-router-dom": "^5.2.0", "react-scripts": "3.4.1", + "react-swipeable": "^5.5.1", "tailwindcss": "^1.5.2" }, "scripts": { diff --git a/src/App.js b/src/App.js index d87dcef..d9c6488 100644 --- a/src/App.js +++ b/src/App.js @@ -25,7 +25,7 @@ const DefaultRoutes = () => { - +