Importing bootstrap

I am trying to import ‘bootstrap/dist/bootstrap.css’ in Main.tsx but its not working can someone please help me and let me know


what Im doing wrong here? Thank you Im very new to this coding world but I love it so far!

Bootstrap is imported like this

import 'bootstrap/dist/css/bootstrap.css' or
import 'bootstrap/dist/css/bootstrap.min.css'

Screenshot from 2023-05-09 10-02-32

Thank you so much for reply that actually solved my issue.

1 Like