fr this time

This commit is contained in:
sfja 2025-10-10 18:08:19 +02:00
parent 9a2c8cde16
commit fb8c5e2961
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
/// <reference types="ace" />
import { Debounce } from "./debounce.js";
import { PlaygroundConsole } from "./playground-console.js";
import { CodeRunner } from "./code-runner.js";
import { SpriteEditor } from "./sprite-editor.js";
import { PlaygroundConsole } from "./playground_console.js";
import { CodeRunner } from "./code_runner.js";
import { SpriteEditor } from "./sprite_editor.js";
import { Gamelib } from "./gamelib.js";
import { CodeStopper } from "./code_stopper.js";