// --------------------------------------------------------------------------------------------------------------------- //! Imports // --------------------------------------------------------------------------------------------------------------------- // --------------------------------------------------- Components ------------------------------------------------------ import Image from 'next/image'; // --------------------------------------------------------------------------------------------------------------------- // ------------------------------------------------- Assets & Styles --------------------------------------------------- import '../styles.scss'; // --------------------------------------------------------------------------------------------------------------------- const Forgot = () => { return (
appLogo

Connexion

); }; export default Forgot;