[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.135.185.78: ~ $
import * as Flags from './Flags';

const Flag = ({ countryCode, style, title }) => {
  const FlagComponent = Flags[countryCode];
  return FlagComponent ? <span title={title} ><FlagComponent style={style} /></span> : (
      <span title={title}>{countryCode}</span>
  );
};

export default Flag;

Filemanager

Name Type Size Permission Actions
Flag.js File 294 B 0644