DriverLicenses
This commit is contained in:
@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user