/**
 * Component Entry
 *
 */
import CountryFlag from './CountryFlag';
export default CountryFlag;
export * from './CountryFlag';
