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
+12
View File
@@ -0,0 +1,12 @@
import RegisterPage from '@/components/register'
import React from 'react'
function SignIn() {
return (
<div>
<RegisterPage />
</div>
)
}
export default SignIn