diff --git a/package.json b/package.json index a318732..caf221a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "givs-website-react", "private": true, - "version": "0.0.0", + "version": "1.1.12", "type": "module", "scripts": { "dev": "vite", diff --git a/src/App.tsx b/src/App.tsx index 7668d8a..01a9377 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,6 +9,7 @@ import Projects from './pages/projects'; import { HashRouter } from 'react-router-dom'; import '@fontsource-variable/red-hat-display'; import Skills from './pages/skills'; +import Footer from './components/Footer'; function App() { return ( @@ -35,10 +36,7 @@ function App() { - +