change date-picker & add page login-verify & account & new user & payment
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import DetailDoctor from "./detailDoctor"
|
||||
import Information from "./information";
|
||||
|
||||
function AccountPage({ doctor }) {
|
||||
return (
|
||||
<div
|
||||
className="padding-responsive pt-[calc(12px_+_75px_+_32px)] sm:pt-[calc(21px_+_75px_+_45px)]
|
||||
md:pt-[calc(30px_+_75px_+_58px)] lg:pt-[calc(40px_+_75px_+_78px)]
|
||||
flex items-start gap-[24px]"
|
||||
>
|
||||
<DetailDoctor doctor={doctor} />
|
||||
<Information />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default AccountPage
|
||||
Reference in New Issue
Block a user