aboutsummaryrefslogtreecommitdiff
path: root/hsm-web/Client/src/main.js
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-01-03 12:03:30 +0000
committerPaul Oliver <contact@pauloliver.dev>2026-01-03 15:14:55 +0000
commit81c97deaf7bd984a704db28f0cd676530a7b443e (patch)
tree83366972bbd29261b86c42c1816d5363bcea3f9d /hsm-web/Client/src/main.js
parentde01f5b7308b83647d823cfb4b2826af849423b7 (diff)
Skins frontend
Diffstat (limited to 'hsm-web/Client/src/main.js')
-rw-r--r--hsm-web/Client/src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/hsm-web/Client/src/main.js b/hsm-web/Client/src/main.js
index 01433bc..004c252 100644
--- a/hsm-web/Client/src/main.js
+++ b/hsm-web/Client/src/main.js
@@ -1,4 +1,4 @@
+import App from './App.vue'
import { createApp } from 'vue'
-import App from './App.vue'
createApp(App).mount('#app')