change design all page & component page booking and account & cleancode

This commit is contained in:
Ehsan
2024-09-01 20:43:53 +03:30
parent 2afd79b84d
commit bb154ac63f
46 changed files with 685 additions and 523 deletions
+2 -2
View File
@@ -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>
)
}