export type { ConfirmModalProps } from "./type";
export { default as Confirm } from "./Confirm";
export { default as Modal } from "./Modal";
