Skip to content

Commit

Permalink
fix: missing route send-brc20-one-step (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeerbes authored Aug 14, 2024
1 parent d1128fb commit 64aed21
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,14 @@ const router = createHashRouter([
</AuthGuard>
),
},
{
path: 'send-brc20-one-step',
element: (
<AuthGuard>
<SendBrc20OneStepScreen />
</AuthGuard>
),
},
{
path: 'lockCountdown',
element: (
Expand Down

0 comments on commit 64aed21

Please sign in to comment.