File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
games/running-ball-babylonjs/src Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import '@babylonjs/loaders/glTF';
33
44import { GameStatus , type GameHTMLElementsRefs } from './types' ;
55import { GameStorageService , StoredDataType } from './game-services/storage.service' ;
6- import { GameUiElementsService } from './game-services/ui-manager .service. ' ;
6+ import { GameUiElementsService } from './game-services/ui-elements .service' ;
77import { GameConstants } from './constants' ;
88import { GameSceneService } from './game-services/scene.service' ;
99
Original file line number Diff line number Diff line change 1- import { Game } from './game/game ' ;
1+ import { Game } from './game/index ' ;
22import type { GameHTMLElementsRefs } from './game/types' ;
33
44const main = ( ) => {
You can’t perform that action at this time.
0 commit comments