diff --git a/src/App.jsx b/src/App.jsx
index 1eba9fc..5a81f61 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -6,6 +6,7 @@ import DemoSection from './components/DemoSection';
import ContactUs from './components/ContactUs';
import Models from './components/Models';
import Preloader from './components/Preloader';
+import GoToTop from './components/BottomToTop';
const App = () => {
const [loading, setLoading] = useState(true);
@@ -22,6 +23,7 @@ const App = () => {
<>