Skip to content

Commit

Permalink
feat: add order page
Browse files Browse the repository at this point in the history
  • Loading branch information
soyricardodev committed Jul 16, 2024
1 parent 9d7fc57 commit 8f6b0a7
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default function Component({
params: { id },
}: {
params: { id: string };
}) {
return <div>Order {id}</div>;
}

0 comments on commit 8f6b0a7

Please sign in to comment.