diff --git a/apps/web/app/account/importSecretPhrase/page.tsx b/apps/web/app/account/importSecretPhrase/page.tsx new file mode 100644 index 00000000..fd457967 --- /dev/null +++ b/apps/web/app/account/importSecretPhrase/page.tsx @@ -0,0 +1,4 @@ +export default function Page({ params }: { params: { id: string } }) { + console.log(params) + return