update index.ts

This commit is contained in:
Halit Aksoy 2022-05-21 18:36:16 +03:00
parent c3f1a92d24
commit 12dd04f4b8

View File

@ -2,8 +2,10 @@ export * from './core/MancalaGame';
export * from './core/Board';
export * from './core/Pit';
export * from './core/GameRule';
export * from './core/HistoryItem';
export * from './common/CommonBoard';
export * from './common/CommonMancalaGame';
export * from './common/game_rules/GRLastStoneInBank';
export * from './common/game_rules/GRLastStoneInEmptyPit';
export * from './common/game_rules/GRDoubleStoneInPit';
export * from './common/game_rules/GRClearBoardAtEnd';