update home page bg & style

This commit is contained in:
Ehsan
2024-06-19 01:46:10 +03:30
parent 23d9ebadc5
commit bc3fa02343
21 changed files with 141 additions and 25 deletions
+4 -2
View File
@@ -1,10 +1,12 @@
import RegisterPage from '@/components/register'
import React from 'react'
import SignInPage from '@/components/register/signin'
function SignIn() {
return (
<div>
<RegisterPage />
<RegisterPage>
<SignInPage />
</RegisterPage>
</div>
)
}