Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MastanSayyad committed Jul 6, 2024
1 parent 006698a commit 83fda95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -22,6 +23,7 @@ const App = () => {
<>
<Navbar />
<Home />
<GoToTop />
<hr/>

<DemoSection />
Expand Down

0 comments on commit 83fda95

Please sign in to comment.