change design all page & component page booking and account & cleancode
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import RegisterPage from '@/components/register';
|
||||
import SetCodePage from '@/components/register/SetCodePage';
|
||||
import SignInPage from '@/components/register/SignInPage';
|
||||
import LogInPage from '@/components/register/LoginPage';
|
||||
import { useState } from 'react';
|
||||
|
||||
function LoginVerify() {
|
||||
@@ -16,7 +16,7 @@ function LoginVerify() {
|
||||
setIsSendMsg={setIsSendMsg}
|
||||
link={`/account/${localStorage.getItem('doctor-id')}`}
|
||||
/> :
|
||||
<SignInPage setIsSendMsg={setIsSendMsg} />}
|
||||
<LogInPage setIsSendMsg={setIsSendMsg} />}
|
||||
</RegisterPage>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user