// Re-exports the locally installed @juo/blocks. The CDN-hosted
// @juo/blocks-extensions bundle externalizes "@juo/blocks", so the index.html
// import map points that bare specifier at this shim — ensuring the native
// blocks register into the SAME @juo/blocks instance the theme shell uses
// (Vite dedupes both to one pre-bundled module). Dev-harness only.
export * from "@juo/blocks";
