Skip to content
Snippets Groups Projects
Commit 5398bd16 authored by Tiago Brito's avatar Tiago Brito
Browse files

Created Products.js file

parent 6b591bf3
Branches
No related tags found
No related merge requests found
import React from 'react';
function Products() {
return (
<div>
<h1>Products</h1>
<p>List of Products</p>
</div>
);
}
export default Products;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment