// import {Text} from "@/components/ui/text"; // import { // Button, // ButtonGroup, // ButtonIcon, // ButtonText, // } from "@/components/ui/button"; // import {VStack} from "@/components/ui/vstack"; // import React from "react"; // import { // ArrowRightIcon, // LockIcon, // MailIcon, // MessageCircleIcon, // } from "@/components/ui/icon"; // import BackButton from "@/components/BackButton"; // import Screen from "@/components/Screen"; // import {Heading} from "@/components/ui/heading"; // import {Link} from "expo-router"; // import {SafeAreaView} from "react-native"; // const resetButtons: IResetButton[] = [ // {icon: MailIcon, text: "Envoyer par email"}, // {icon: LockIcon, text: "Envoyer par 2FA"}, // {icon: MessageCircleIcon, text: "Envoyer par SMS"}, // ]; // interface IResetButton { // icon: React.ElementType; // text: string; // } // export default function ResetPasswordPage() { // return ( // // // // // // // Réinitialisation de ton mot de passe // // // Selectionne une méthode pour recevoir ton code temporaire // // // // {resetButtons.map((resetButton) => ( // // // // ))} // // // // // ); // }