File size: 156 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 |
/**
* Entry point for the 'hello-world' section
*/
import './style.scss';
import startSection from './index';
// Initialize the section
startSection();
|
1e92f2d |
1 2 3 4 5 6 7 8 9 10 |
/**
* Entry point for the 'hello-world' section
*/
import './style.scss';
import startSection from './index';
// Initialize the section
startSection();
|