import { Link, Stack } from "expo-router"; import { H4, Label, Paragraph, YStack } from "tamagui"; import ScreenLayout from "~/components/layout/ScreenLayout"; import { MWButton } from "~/components/ui/Button"; import { MWCard } from "~/components/ui/Card"; import { MWInput } from "~/components/ui/Input"; export default function Page() { return (

Confirm your passphrase

Please enter your passphrase from earlier to confirm you have saved it and to create your account
Create account
); }