diff --git a/index.html b/index.html index b85fed09..1f7e8799 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + Web Master Log - Website of All type of Projects diff --git a/src/App.jsx b/src/App.jsx index 01f38b31..049f9f02 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -6,6 +6,7 @@ import './App.css'; import SideBar from './components/Sidebar/SideBar'; import Links from './components/Links'; import MainPage from './components/Pages/MainPage'; +import Footer from './components/Footer/Footer'; const categories = ['angular', '', 'frontend', 'next', 'node', 'react', 'vanilla', 'vue']; const routes = Links(); @@ -27,6 +28,7 @@ function App() { +