add: checkout page

This commit is contained in:
Mahyar Khanbolooki
2025-08-07 00:24:26 +03:30
parent 0f62cf1bea
commit c033bad007
5 changed files with 442 additions and 12 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import React from 'react'
function DialogsLayout({ children }: { children: React.ReactNode }) {
return (
<ClientSideWrapper>
<main className='h-full w-full bg-container lg:bg-background pt-4 pb-6 px-6'>
<main className='h-full w-full overflow-y-auto noscrollbar bg-container lg:bg-background pt-4 pb-6 px-6'>
{children}
</main>
</ClientSideWrapper>