/** @namespace Index.Sub */

/**
 * Sub Index
 * @memberof Index.Sub
 */
const SubIndex = () => {
  console.log('SubIndex')
}