complete login forgot signup page - init project

This commit is contained in:
Alihaghighattalab
2024-08-04 19:47:09 +03:30
commit 7c22c9e132
31 changed files with 21027 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
function App() {
return (
<div className="text-green-900">
Hello World
</div>
);
}
export default App;