/** * Image Puzzle Game Exports */ // Game Classes export { ImagePuzzleGame, ImagePuzzleGameFactory } from './ImagePuzzleGame'; export { ImagePuzzleGameComponent } from './ImagePuzzleGame';