7 lines
256 B
TypeScript
7 lines
256 B
TypeScript
// @index(['./*.ts*'], f => `export { ${f.name} } from '${f.path}'`)
|
|
export { DesktopNavigation } from './DesktopNavigation'
|
|
export { menuTree } from './menuTree'
|
|
export { NavLink } from './NavLink'
|
|
export { SearchInput } from './SearchInput'
|
|
// @endindex
|