BlockComponent blocks are not available in BlockEditor

I created blocks using php artisan twill:make:componentBlock name as per documentation, but none of them are available in block editor. I think I set up BlockEditor as it should be BlockEditor::make()->blocks(['Columns', 'text', 'imagetext', 'image']).

Do I need to register BlockComponents somewhere?
Was this page helpful?