From fb8c5e2961ce21fa9e986625a3876f8427ca2920 Mon Sep 17 00:00:00 2001 From: sfja Date: Fri, 10 Oct 2025 18:08:19 +0200 Subject: [PATCH] fr this time --- src/index.js | 6 +++--- src/{playground-console.js => playground_console.js} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename src/{playground-console.js => playground_console.js} (100%) diff --git a/src/index.js b/src/index.js index ec66a35..8c28eaa 100644 --- a/src/index.js +++ b/src/index.js @@ -1,9 +1,9 @@ /// 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"; diff --git a/src/playground-console.js b/src/playground_console.js similarity index 100% rename from src/playground-console.js rename to src/playground_console.js