export { default as ContactPage } from "./ContactPage"; export { SingleContactSchema, ContactArraySchema, ContactPagePropsSchema, ValidationErrorsSchema, validatePhoneNumber, } from "./ContactPage.types"; export type { SingleContact, ContactArray, ContactPageProps, ValidationErrors as ContactPageValidationErrors, } from "./ContactPage.types"; export { default as useContactPage } from "./useContactPage";