2023-05-10 19:26:28 +02:00
|
|
|
import Alpine from "alpinejs";
|
2023-05-11 15:29:55 +02:00
|
|
|
// import { createApp } from "vue";
|
2023-05-11 15:29:45 +02:00
|
|
|
// import MagicSearchBar from "./components/MagicSearchBar.vue";
|
2023-05-10 19:26:28 +02:00
|
|
|
window.Alpine = Alpine;
|
|
|
|
Alpine.start();
|
2023-05-10 15:49:56 +02:00
|
|
|
|
2023-05-11 15:29:55 +02:00
|
|
|
// const app = createApp({});
|
2023-05-10 19:26:28 +02:00
|
|
|
// app.component('magic-search-bar', MagicSearchBar);
|
|
|
|
// app.mount('#vue');
|