From 83fda95a9410e8b58f7333057e8698aebd1f12bf Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Sun, 7 Jul 2024 01:23:39 +0530 Subject: [PATCH] Update App.jsx --- src/App.jsx | 2 ++ 1 file changed, 2 insertions(+) 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 = () => { <> +