import Form from "@/components/screens/login/form"; import { CreateScreen } from "@tensamin/ui"; /** * Executes Page. * @param none This function has no parameters. * @returns unknown. */ export default function Page() { return (

Don't have an account yet?{"\n"}Click here to get help setting up an Iota.

); }