working before adding toastify

This commit is contained in:
QkoSad
2022-11-30 16:31:09 +02:00
parent 7d4e2d1b69
commit 98d2d372e8
38 changed files with 2822 additions and 98 deletions
+9
View File
@@ -0,0 +1,9 @@
function ForgotPassword (){
return (
<>
<h1>My app</h1>
</>
);
}
export default ForgotPassword