Skip to content

Commit

Permalink
Issue 75: add homePageTempelate to home.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
SimerdeepSinghGrewal committed Jul 24, 2024
1 parent a445c4f commit 97ccbb6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions frontend/src/scenes/home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ import "./Home.css"
const Home = () => {
return (
<div className="app">
<div className="content">
<Dashboard username={'Gorkem'} />
</div>
<div className="content">
<HomePageTemplate>
<Dashboard username={"Gorkem"} />
</HomePageTemplate>
</div>
</div>
);
);
};

export default Home;

0 comments on commit 97ccbb6

Please sign in to comment.