Skip to main content

oag_react/emitters/
provider.rs

1/// Emit `provider.ts` — React context provider for the API client.
2pub fn emit_provider() -> String {
3    include_str!("../../templates/provider.ts.j2").to_string()
4}