export const LinearSpeacialistBar = ({ title, percent }) => { return (
{title}
) }