DriverLicenses

This commit is contained in:
3 changed files with 668 additions and 0 deletions

View File

@ -48,6 +48,12 @@ export function Layout() {
leftSection={<IconUser size="16px" stroke={1.5} />}
active={location.pathname === "/drivers"}
/>
<NavLink
onClick={() => navigate("/driversLicense")}
label="Водители"
leftSection={<IconUser size="16px" stroke={1.5} />}
active={location.pathname === "/driversLicenseForm"}
/>
</AppShell.Navbar>
<AppShell.Main>
<Outlet />