cyb/src/constants/sessionStorageKeys.ts

export const sessionStorageKeys = {
  subnetWeights: 'subnetWeights',
  tableSorting: 'tableSorting',
};

Neighbours