Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanskriti65 committed Jan 3, 2025
1 parent d41e80f commit c15f507
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
// src/App.js
import React from 'react';
import Header from './components/Header'; // Ensure this import is correct
import Header from './components/Header'; // Ensure these paths are correct
import MainSection1 from './components/MainSection1';
import MainSection2 from './components/MainSection2';
import MainSection3 from './components/MainSection3';
import MainSection4 from './components/MainSection4';
import MainSection5 from './components/MainSection5';
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
/>

import 'bootstrap/dist/css/bootstrap.min.css'; // Import Bootstrap once in your entry point

function App() {
return (


<div>
<Header />
<MainSection1 />
Expand All @@ -23,7 +19,6 @@ function App() {
<MainSection4 />
<MainSection5 />
</div>

);
}

Expand Down

1 comment on commit c15f507

@vercel
Copy link

@vercel vercel bot commented on c15f507 Jan 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

swigi-clone – ./

swigi-clone-sanskriti65s-projects.vercel.app
swigi-clone-git-main-sanskriti65s-projects.vercel.app

Please sign in to comment.