From f1932914ee648e52386b9f96c58073e068cf9f69 Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Mon, 27 Nov 2023 20:28:02 +0200 Subject: [PATCH] fix: move debugger assets to correct location --- src/assets/{ => debugger}/favicon.png | Bin src/assets/{ => debugger}/index.html | 0 src/assets/{ => debugger}/protocol.json | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/assets/{ => debugger}/favicon.png (100%) rename src/assets/{ => debugger}/index.html (100%) rename src/assets/{ => debugger}/protocol.json (100%) diff --git a/src/assets/favicon.png b/src/assets/debugger/favicon.png similarity index 100% rename from src/assets/favicon.png rename to src/assets/debugger/favicon.png diff --git a/src/assets/index.html b/src/assets/debugger/index.html similarity index 100% rename from src/assets/index.html rename to src/assets/debugger/index.html diff --git a/src/assets/protocol.json b/src/assets/debugger/protocol.json similarity index 100% rename from src/assets/protocol.json rename to src/assets/debugger/protocol.json