import Dialog from "./dialog"; import dialogSchema from "./dialog.schema"; import dialogSchema2 from "./dialog.schema.2"; export { dialogSchema, dialogSchema2 }; export default Dialog; export * from "./dialog";