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

Created Orders.js file

parent 040e0889
No related branches found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment