Skip to content

Commit 4cc4a3f

Browse files
committed
fixes: App.jsx, Footer.jsx
1 parent 8739630 commit 4cc4a3f

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

1Application-frontend/src/App.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Fragment } from "react";
22
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";
55
import Home from "./pages/Home";
66
import About from "./pages/About";
77
import Contact from "./pages/Contact";

1Application-frontend/src/components/Footer.jsx

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import { Fragment } from "react";
2-
<<<<<<< HEAD:1Application-frontend/src/Component/Footer.jsx
3-
import '../Css/Footer.css';
4-
=======
5-
import "../css/Footer.css";
6-
>>>>>>> frontend/master:1Application-frontend/src/components/Footer.jsx
2+
import "../Css/Footer.css";
73
import { Facebook, Twitter, Instagram, LinkedIn} from '@mui/icons-material'; // Import the shoes icon
84

95
const Footer = () => {

0 commit comments

Comments
 (0)