diff --git a/package.json b/package.json index d45ba35a..1139fdd5 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "classnames": "^2.2.6", "react": "^17.0.1", "react-dom": "^17.0.1", + "react-map-gl": "^6.1.6", "react-redux": "^7.2.2", "react-router-dom": "^5.2.0", "react-scripts": "4.0.1", diff --git a/src/App.js b/src/App.js index 9c98df35..2dd650b1 100644 --- a/src/App.js +++ b/src/App.js @@ -15,6 +15,7 @@ import Error404 from "./components/error-404/Error404"; import BlogDetails from "./pages/BlogDetails"; import RegistrationPage from "./pages/Registration"; import LoginPage from "./pages/Login"; +import ContactUs from "./pages/ContactUs"; function App() { return ( @@ -31,7 +32,8 @@ function App() { - + +