diff --git a/app.js b/app.js index e1ccba2..df13b68 100644 --- a/app.js +++ b/app.js @@ -398,7 +398,7 @@ connectionItem.querySelector('.docker-terminal-btn').addEventListener('click', ( e.stopPropagation(); const connection = connections[topicId]; if (connection && connection.peer) { - import('./dockerTerminal.js').then(({ startDockerTerminal }) => { + import('./libs/dockerTerminal.js').then(({ startDockerTerminal }) => { startDockerTerminal(topicId, connection.peer); }); } else { diff --git a/index.html b/index.html index 5ae7e0e..fb2c45d 100644 --- a/index.html +++ b/index.html @@ -516,16 +516,16 @@ -