Using react-bootstrap with NextJS
I’m trying to use react-bootstrap components in my NextJS project but in App router you need to have ‘use client’ directive in top of your client components. So I did a trick and imported all bootstrap components inside my BS.js file and exported them like this