diff --git a/public/index.html b/public/index.html index eaf0d85..90a9191 100644 --- a/public/index.html +++ b/public/index.html @@ -66,8 +66,7 @@ window.rstack = []; - - + - - - - - - - - - - - - - - - - - - - - - - + diff --git a/public/js/ai-fiction.js b/public/js/ai-fiction.js index 015441e..25808ac 100644 --- a/public/js/ai-fiction.js +++ b/public/js/ai-fiction.js @@ -9,12 +9,10 @@ import { LayoutRenderer } from './layout-renderer.js'; import { AudioManager } from './audio-manager.js'; import { TtsPlayer } from './tts-player.js'; import { PersistenceManager } from './persistence-manager.js'; -// import { InkStoryPlayer } from './ink-story-player.js'; // Replaced by SocketClient logic +import { InputHandler } from './input-handler.js'; +import { SocketClient } from './socket-client.js'; import { UiController } from './ui-controller.js'; -// Assuming InputHandler and SocketClient are loaded globally via