// Client email-block registry entrypoint. Importing this module registers every // `email.*` authoring definition exactly once, then re-exports the registry API. // The template editor imports from HERE, never from ./registry, so the // definitions are loaded before anything reads the palette. // // Same shape as `blocks/index.js` — and the same reason for existing. export * from './registry' export { VariablePalette } from './types.jsx' // ── Definitions (self-register on import) ────────────────────────────────── import './types.jsx'