Don't include large externalServices.tsx file in initial bundle
Created by: eseliger
The components were lazy loaded, but since we pass in the array of definitions, that file was still part of the initial bundle. Adding small self-contained components that wrap this make it be lazy loaded.