//! Built-in client generator plugins
//!
//! This module contains the default client generator plugins that come
//! with MockForge for popular frontend frameworks.
pub use AngularClientGenerator;
pub use ReactClientGenerator;
pub use SvelteClientGenerator;
pub use VueClientGenerator;