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