Browse Source

오류수정

gram-cli 7 months ago
parent
commit
c8931656c0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/UIManager.js
  2. 1 1
      public/main.js

+ 1 - 1
public/UIManager.js

@@ -1,5 +1,5 @@
 // UIManager.js (UI 및 상태 업데이트)
-import {elements} from "./public/elements.js";
+import {elements} from "./elements.js";
 
 export const UIManager = {
     updateStatus(message) {

+ 1 - 1
public/main.js

@@ -1,7 +1,7 @@
 // main.js (이벤트 리스너 및 녹음 제어)
 import { WebSocketManager } from './WebSocketManager.js';
 import { AudioManager } from './AudioManager.js';
-import { UIManager } from '../UIManager.js';
+import { UIManager } from './UIManager.js';
 import { elements } from './elements.js';
 
 // 시작버튼 클릭