diff --git a/pairent_frontend_react/src/App.js b/pairent_frontend_react/src/App.js index 1339ff6..b418edd 100644 --- a/pairent_frontend_react/src/App.js +++ b/pairent_frontend_react/src/App.js @@ -1,6 +1,6 @@ import React from 'react'; -import Header from './components/header/Header'; -import Footer from './components/footer/Footer'; +import Header from './components/Header/Header'; +import Footer from './components/Footer/Footer'; import './App.css'; function App() {