diff --git a/src/App.jsx b/src/App.jsx index ecea54a..59594c4 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -12,6 +12,7 @@ import { import Crypto from './components/Crypto/Crypto'; import CryptoGalleryContainer from './components/CryptoGallery/CryptoGalleryContainer' +import Footer from './components/Footer/Footer'; function App() { @@ -22,17 +23,17 @@ function App() { return ( - - - - - - - - - - - + + + + + + + + + + +