Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienBenoit7 committed Aug 28, 2024
1 parent 8c8784e commit f1f2066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const HomePage = () => {
<ProductCard product={product} />
</Link>
))}
<h1>hello</h1>
<h1>hello world</h1>
</div>
</div>
);
Expand Down

0 comments on commit f1f2066

Please sign in to comment.