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