Problem regarding bootstrap table output

In mastering react course video number 16 where vidly app exercise is given. i am using bootstrap table class but output is shown as plain text, not like a table shown in the exercise or bootstrap table documentation.

problem is solved by importing bootstrap.min.css instead of bootstrap.css
import ‘bootstrap/dist/css/bootstrap.min.css’;