diff --git a/package-lock.json b/package-lock.json index 0313c4da..d2d4660a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38001,4 +38001,4 @@ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 9ff336e3..4c504836 100644 --- a/package.json +++ b/package.json @@ -59,4 +59,4 @@ "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.3" } -} +} \ No newline at end of file diff --git a/src/App.js b/src/App.js index d8e7128b..3b960891 100644 --- a/src/App.js +++ b/src/App.js @@ -27,6 +27,7 @@ import Helmet from "react-helmet"; import Freelancer from "./Components/FreeLancer/Freelancer"; import router from "./configs/router"; import ChatbotIcon from './Components/ChatbotIcon'; +import GoToTop from './Components/gototop'; function App() { @@ -49,6 +50,7 @@ function App() {
+