In the link you provided, there is a footnote that says “Important”. (Screenshot)
...Import the component from the individual package...
It means you should import components like this:
import { Button } from '@nextui-org/button'
Not like this
import { Button } from '@nextui-org/react'