Skip to content

Commit 020cac3

Browse files
refactor: split code into services and files
1 parent c4e08ee commit 020cac3

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

games/running-ball-babylonjs/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Game } from './game/Game';
1+
import { Game } from './game/game';
22
import type { GameHTMLElementsRefs } from './game/types';
33

44
const main = () => {

0 commit comments

Comments
 (0)