Refactor code and comment out unused imports and code blocks

This commit is contained in:
Andras Bacsai
2024-04-03 14:32:23 +02:00
parent 96a0f29f19
commit f33fdb3bfd
4 changed files with 44 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
import { createApp } from "vue";
import MagicBar from "./components/MagicBar.vue";
// import { createApp } from "vue";
// import MagicBar from "./components/MagicBar.vue";
const app = createApp({});
app.component("magic-bar", MagicBar);
app.mount("#vue");
// const app = createApp({});
// app.component("magic-bar", MagicBar);
// app.mount("#vue");