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

Deleted Orders.js and Products.js

parent a47eb143
Branches
No related tags found
No related merge requests found
import React from 'react';
function Orders() {
return (
<div>
<h1>Your Orders</h1>
<p>Track your orders here!</p>
</div>
);
}
export default Orders;
\ No newline at end of file
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