# Function: registerComponents()

> **registerComponents**(): `void`

Defined in: [components/index.ts:55](https://github.com/alleyinteractive/allegro/blob/6aebbf1d5d34ded3d128c093d7d30abd96d938be/packages/allegro-platform/resources/js/sdk/components/index.ts#L55)

Register the custom components.

## Returns[​](#returns "Direct link to Returns")

`void`

## Todo[​](#todo "Direct link to Todo")

To improve bundle size, we should lazily load the component files if they are used on the page.
