update home page bg & style
This commit is contained in:
+4
-2
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user