/** * Client-side registration for CTT Web Components * * Import this file on the client to ensure all components are registered. * This is particularly useful for SSR environments where you want to * explicitly register components on the client side. */ export * from './components';