diff --git a/src/common/components/Icon.vue b/src/common/components/Icon.vue
new file mode 100644
index 0000000..c15f436
--- /dev/null
+++ b/src/common/components/Icon.vue
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
diff --git a/src/csui/LoggerUi.vue b/src/csui/LoggerUi.vue
index 023d790..d99a454 100644
--- a/src/csui/LoggerUi.vue
+++ b/src/csui/LoggerUi.vue
@@ -34,7 +34,7 @@
- Paste config ...
+ Paste config ...
Back
@@ -164,10 +164,12 @@ import Logger from '../ext/lib/Logger';
import Comms from '../ext/lib/comms/Comms';
import IO from '../common/js/IO';
import JsonObject from '../common/components/JsonEditor/JsonObject';
+import Icon from '../common/components/Icon';
export default {
components: {
JsonObject,
+ Icon,
},
data() {
return {