/**
 * Re-export of the base TabList component for convenience.
 * This allows importing all tab-related components from the same tanstack-router integration.
 */
export { TabList } from '../../../../../components/tabs/parts/TabList.js';
