I am not sure if this is intentional but are you using bootstrap or react-bootstrap? because from your code you try to import vanilla bootstrap. This is maybe your issue. Try to import the button via react-bootstrap and it should work.
Reason why is simple: Bootstrap itself doesn't provide individual components like Button in a way that can be imported directly from bootstrap as you’ve done in the original code.
Thats what react-bootstrap is for