Skip to content

Commit

Permalink
ajustando
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelKC committed Aug 22, 2023
1 parent 15f7dfa commit 15b4d7c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ const router = createBrowserRouter([
path: '/',
element: <App />,
errorElement: <NotFound />
},
{
path: 'rafaelchicovis/thank-you',
element: <ThankYou />,
errorElement: <NotFound />
},
{
path: 'rafaelchicovis',
element: <App />,
errorElement: <NotFound />
}
]);

Expand Down

0 comments on commit 15b4d7c

Please sign in to comment.