/** * Entry point for the 'hello-world' section */ import './style.scss'; import startSection from './index'; // Initialize the section startSection();