From 804f13402078a025924f5a42c479dd418f985112 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 23 May 2022 15:30:53 +0200 Subject: feat(master): add display single minion temperature reading --- master/src/main.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'master/src/main.ts') diff --git a/master/src/main.ts b/master/src/main.ts index 3e79677..10ea69d 100644 --- a/master/src/main.ts +++ b/master/src/main.ts @@ -1,5 +1,5 @@ -import { createApp } from 'vue' -import App from './App.vue' -import router from './router' +import { createApp } from "vue"; +import App from "./App.vue"; +import router from "./router"; -createApp(App).use(router).mount('#app') +createApp(App).use(router).mount("#app"); -- cgit v1.2.3-18-g5258