// this is referenced in both common AND split bundles
export function loadContentComponent() {
  console.log("content component loaded");
}
