// Entry point picked up by ../registry.js's auto-discovery — every module // folder needs one of these exporting MANIFEST + Component. This file is // registration glue, not itself a hot-reloaded component. /* eslint-disable react-refresh/only-export-components */ export { Mail as Component } from "./Mail"; export const MANIFEST = { key: "mail", label: "Mail", icon: "✉️", order: 1 };