| """ | |
| Clustering summary components for the embed_explore application. | |
| This module re-exports from shared for backwards compatibility. | |
| """ | |
| # Re-export from shared module | |
| from shared.components.summary import render_clustering_summary | |
| __all__ = ['render_clustering_summary'] | |