import { OAUTH_ROUTES } from "@bigmoves/bff"; import { PDS_HOST_URL } from "../env.ts"; import { Button } from "./Button.tsx"; import { Dialog } from "./Dialog.tsx"; export function CreateAccountDialog({}: Readonly<{}>) { return ( Choose your handle

Note: .grain.social handles are currently invite only.

); }