1/// Emit `index.ts` — barrel re-exports for React. 2pub fn emit_index() -> String { 3 include_str!("../../templates/index.ts.j2").to_string() 4}