basic structure folder and style

This commit is contained in:
Ehsan
2024-05-14 19:54:46 +03:30
parent 78ba0a6478
commit 4d71481738
333 changed files with 9853 additions and 149 deletions
+9
View File
@@ -0,0 +1,9 @@
import React from 'react'
function SignUp() {
return (
<div>SignUp</div>
)
}
export default SignUp