2024-04-03 12:32:23 +00:00
|
|
|
// import { createApp } from "vue";
|
|
|
|
// import MagicBar from "./components/MagicBar.vue";
|
2023-12-06 15:38:46 +00:00
|
|
|
|
2024-04-03 12:32:23 +00:00
|
|
|
// const app = createApp({});
|
|
|
|
// app.component("magic-bar", MagicBar);
|
|
|
|
// app.mount("#vue");
|