// Exported viewer links const speakerLink = 'http://localhost:4001/speaker'; const smLink = 'http://localhost:4001/sm'; const publicLink = 'http://localhost:4001/public'; const pipLink = 'http://localhost:4001/pip'; const studioLink = 'http://localhost:4001/studio'; export const viewerLinks = [ { link: speakerLink, label: 'Speaker Screen' }, { link: smLink, label: 'Backstage Screen' }, { link: publicLink, label: 'Public Screen' }, { link: pipLink, label: 'Picture in Picture' }, { link: studioLink, label: 'Studio Clock' } ];