+ {/* Header with version indicator */}
+
+
{park.name}
+
+
+
+ {/* Tabs with history */}
+
+
+ Details
+ History
+
+
+
+ {/* Entity details */}
+
+
+
+
+
+
+
+ );
+};
+```
+
+### Custom Version List
+
+```typescript
+const CustomVersionList = ({ parkId }: { parkId: string }) => {
+ const { versions, loading } = useEntityVersions('park', parkId);
+
+ if (loading) return