Files
Mana-Loop/src/components/game/tabs/index.ts
T
n8n-gitea 1cd612193d
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m19s
feat: recreate Prestige tab with insight upgrades, memories, pacts, and loop reset
2026-05-19 20:19:31 +02:00

11 lines
585 B
TypeScript

// ─── Tab Components Barrel ────────────────────────────────────────────────────
// Re-exports all existing tab components for lazy loading from page.tsx
export { DisciplinesTab } from './DisciplinesTab';
export { SpellsTab } from './SpellsTab';
export { StatsTab } from './StatsTab';
export { DebugTab } from './DebugTab';
export { AchievementsTab } from './AchievementsTab';
export { AttunementsTab } from './AttunementsTab';
export { PrestigeTab } from './PrestigeTab';