import { GoBack } from "@/components"; import { ArrowLeft } from "@phosphor-icons/react"; import { Link, createLazyFileRoute } from "@tanstack/react-router"; export const Route = createLazyFileRoute("/new")({ component: Screen, }); function Screen() { return (

Welcome to Nostr.

Create a new identity
Login with Nostr Connect Login with Private Key
Back
); }