/** * UI Views index * * Re-exports all view components for the Torm TUI. * * @module ui/views */ export { MainView, type MainViewProps } from './MainView.js';