add modal page item doctor and date picker basic style

This commit is contained in:
Ehsan
2024-08-25 02:09:18 +03:30
parent 9701547d1f
commit 92e48cadd3
10 changed files with 84 additions and 11 deletions
+12
View File
@@ -0,0 +1,12 @@
import BookingPage from '@/components/booking';
import Layout from '@/components/layout';
function Booking() {
return (
<Layout title='رزرو' name='about-us'>
<BookingPage />
</Layout>
)
}
export default Booking