I want to dynamically import components into Nextjs without dynamic function The problem I have with dynamic function is code splitting.
I want to dynamically import 20 components and dynamic function make 20 js files and I think this is not a good idea