/** * Contact links component. */ export { ContactLinks } from "./ContactLinks"; export type { ContactLinksProps } from "./ContactLinks";