diff --git a/client/src/App.js b/client/src/App.js index 09fca9c..0e65965 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -1,6 +1,8 @@ import Navbar from './components/Navbar'; import Profile from './components/Profile'; +import Carousel from './components/Carousel' +import Connect from './components/connect' import './index.css'; import React, { useEffect, useState } from "react"; import Carousel from './components/Carousel' @@ -34,6 +36,7 @@ function App() {
+

Your Plannections:

diff --git a/client/src/components/Carousel.js b/client/src/components/Carousel.js index 3c1619e..b54caf2 100644 --- a/client/src/components/Carousel.js +++ b/client/src/components/Carousel.js @@ -1,3 +1,4 @@ + import React from "react" import cardimg from './images/blueplanet.png'; import cardimg2 from './images/greenplanet.png'; @@ -102,4 +103,6 @@ const Carousel = () => { ); } + + export default Carousel; \ No newline at end of file diff --git a/client/src/components/Navbar.js b/client/src/components/Navbar.js index 76c3e3f..490735e 100644 --- a/client/src/components/Navbar.js +++ b/client/src/components/Navbar.js @@ -2,9 +2,6 @@ import React from "react" import {Link} from 'react-scroll'; import logo from './images/toplogo.png'; - - - const Navbar = () => { return (