+ {tool.children ? (
+
+
+
) : undefined}
-
- {(route.handle as RouteHandle).name}
-
-
- {route.children ? (
+
+ isPending ? 'pending' : isActive ? 'active' : ''
+ }
+ >
+ {tool.children ? undefined : tool.icon ? (
+
+ ) : undefined}
+ {tool.name}
+
+
+ {tool.children ? (