Skip to content

Commit

Permalink
chore: import secret page init
Browse files Browse the repository at this point in the history
  • Loading branch information
shawakash committed Mar 27, 2024
1 parent b7ced9e commit 86a4511
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/web/app/account/importSecretPhrase/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export default function Page({ params }: { params: { id: string } }) {
console.log(params)
return <div>From Import Secret: {params.id}</div>
}

0 comments on commit 86a4511

Please sign in to comment.