File tree 2 files changed +3
-7
lines changed
1Application-frontend/src
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
import { Fragment } from "react" ;
2
2
import { Routes , Route } from "react-router-dom" ;
3
- import Navbar from "./Components /Navbar.jsx" ;
4
- import Footer from "./Components /Footer.jsx" ;
3
+ import Navbar from "./components /Navbar.jsx" ;
4
+ import Footer from "./components /Footer.jsx" ;
5
5
import Home from "./pages/Home" ;
6
6
import About from "./pages/About" ;
7
7
import Contact from "./pages/Contact" ;
Original file line number Diff line number Diff line change 1
1
import { Fragment } from "react" ;
2
- < << << << HEAD :1 Application-frontend / src / Component / Footer . jsx
3
- import '../Css/Footer.css' ;
4
- = === ===
5
- import "../css/Footer.css" ;
6
- > >>> >>> frontend / master :1 Application - frontend / src / components / Footer . jsx
2
+ import "../Css/Footer.css" ;
7
3
import { Facebook , Twitter , Instagram , LinkedIn } from '@mui/icons-material' ; // Import the shoes icon
8
4
9
5
const Footer = ( ) => {
You can’t perform that action at this time.
0 commit comments