//import {clubes} from '../constants';

export const nameToSigla = (name: string) => {

  return name;
};