github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/webapp/javascript/components/AppSelector/Label.tsx (about) 1 import React from 'react'; 2 3 export function Label() { 4 return <>Application: </>; 5 } 6 7 export const LabelString = 'Select Application';