How to implement mui styled components in next js app router without using “use client”
I want to use mui styled components in nextjs 14 , but on each page i have to write “use client”, i want to use nextjs ssr feature but it is forcing me for csr, how to implement it ? Please guide me.