import React from 'react'; export default function HistoryTimeline({ snapshots, selectedVersion, onSelect }) { return (
Each topology change is snapshotted. Select a version to view that network state in the diagram above.
{(!snapshots || snapshots.length === 0) ? (No snapshots yet.
) : ( snapshots.map((s) => (