finsh user,car,driver pages also add validator layer to app build trip page

This commit is contained in:
m7amedez5511
2026-06-18 16:51:31 +03:00
parent a23d21f222
commit c1b77f89cd
45 changed files with 4128 additions and 1690 deletions

View File

@@ -7,7 +7,10 @@ export default function DashboardLayout({
children: React.ReactNode;
}) {
return (
<div className="flex min-h-screen" style={{ background: "var(--color-surface-muted)" }}>
<div
className="flex min-h-screen"
style={{ background: "var(--color-surface-muted)" }}
>
<Sidebar />
<div className="flex min-w-0 flex-1 flex-col">
<Topbar />