Skip to content

Commit

Permalink
feat: add dashboard/purchase page
Browse files Browse the repository at this point in the history
  • Loading branch information
retry19 committed Dec 25, 2021
1 parent 52601f8 commit 7b232ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/routes/dashboard/purchase.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default function Purchase() {
return <h1>Purchase page</h1>
}

0 comments on commit 7b232ea

Please sign in to comment.