**Not able to import some components** I am trying to create a custom FormattingToolbar but I am not able to import those prebuilt components. **To Reproduce** 1. Create a new proyect 2. Install blocknotejs 3. Create a new FormattingToolbar (you can copy the class from [here](https://github.com/TypeCellOS/BlockNote/blob/main/packages/react/src/components/FormattingToolbar/FormattingToolbar.tsx)) 4. You will find the importing errors **Fix** I guess that is needed to update the [index.ts file](https://github.com/TypeCellOS/BlockNote/blob/main/packages/react/src/index.ts) to include those new components **Misc** - Node version: Any - Package manager: Any - Browser: Any