From babdc6104ee791c1ec20c1d6f0b75f5edf2286f1 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 15 Dec 2022 10:07:48 +0100 Subject: [PATCH] Rename `SJDON` to `SuiWeb` --- src/js/Game.js | 2 +- src/js/{SJDON.js => SuiWeb.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/js/{SJDON.js => SuiWeb.js} (100%) diff --git a/src/js/Game.js b/src/js/Game.js index a19db25..09ec8ab 100644 --- a/src/js/Game.js +++ b/src/js/Game.js @@ -1,6 +1,6 @@ import { App } from "./Components.js"; -import { render } from "./SJDON.js"; import { State } from "./State.js"; +import { render } from "./SuiWeb.js"; /** * Represents a game. diff --git a/src/js/SJDON.js b/src/js/SuiWeb.js similarity index 100% rename from src/js/SJDON.js rename to src/js/SuiWeb.js