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!
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
Bootstrap is imported like this
import 'bootstrap/dist/css/bootstrap.css' or
import 'bootstrap/dist/css/bootstrap.min.css'
Thank you so much for reply that actually solved my issue.