github.com/grafana/pyroscope@v1.18.0/public/app/components/AppSelector/Label.tsx (about)

     1  import React from 'react';
     2  
     3  export function Label() {
     4    return <>Profile Type:&nbsp;</>;
     5  }
     6  
     7  export const LabelString = 'Select Profile Type';