Skip to content

Commit

Permalink
chore: importPrivate page init
Browse files Browse the repository at this point in the history
  • Loading branch information
shawakash committed Mar 27, 2024
1 parent 69207c4 commit b7ced9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/web/app/account/importPrivate/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 Private: {params.id}</div>
}

0 comments on commit b7ced9e

Please sign in to comment.