Skip to content

Commit

Permalink
Archivos de rutas
Browse files Browse the repository at this point in the history
  • Loading branch information
hendaniel committed Sep 7, 2020
1 parent a2c7077 commit d96edde
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/routes.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export const routes = [
{
path: "/home",
linkname: "Home",
},
{
path: "/history",
linkname: "Redeemed Products",
},
];

0 comments on commit d96edde

Please sign in to comment.