ed7c6232c1
Consolidate new-game wizard steps into reusable components and remove legacy duplicate files. Replace inline player inputs with a chip-first flow and minimal name-entry modal, while improving compact-screen spacing and step-specific selection behavior. Made-with: Cursor
9 lines
397 B
TypeScript
9 lines
397 B
TypeScript
export { PlayerSelectModal } from './steps/PlayerSelectModal';
|
|
export { PlayerNameStep } from './components/PlayerNameStep';
|
|
export { GameTypeStep } from './steps/GameTypeStep';
|
|
export { RaceToStep } from './steps/RaceToStep';
|
|
export { BreakRuleStep } from './steps/BreakRuleStep';
|
|
export { BreakOrderStep } from './steps/BreakOrderStep';
|
|
export { ProgressIndicator } from './ProgressIndicator';
|
|
|