TOTCODPJKLGNAPDXU7MLJQX3SLPZFUPRETV7KG65KUZLC2QIER2AC };// Handle file click navigationconst handleFileClick = (selection: ProximalSelection) => {if (!data) return;// Construct the file page URL// /datasets/:datasetId/locations/:locationId/clusters/:clusterId/files/:fileIdconst fileUrl = `/datasets/${selection.datasetId}/locations/${selection.cluster.location.id}/clusters/${selection.cluster.id}/files/${selection.file.id}`;navigate(fileUrl);