mars-v2-frontend/src/components/Navigation/index.ts
2022-12-13 14:21:30 +01:00

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