const {A, B, C, D} = lazy(() => import("../test"));
Destructuring multiple components from one folder and applying lazy to all the components? Is this po