refactor(app): remove unused MagicBar component and related code

This commit is contained in:
Andras Bacsai
2025-03-17 14:27:07 +01:00
parent 009cee1bbd
commit 54db7523d5
2 changed files with 0 additions and 689 deletions

View File

@@ -1,10 +1,3 @@
// import { createApp } from "vue";
// import MagicBar from "./components/MagicBar.vue";
// const app = createApp({});
// app.component("magic-bar", MagicBar);
// app.mount("#vue");
import { initializeTerminalComponent } from './terminal.js';
['livewire:navigated', 'alpine:init'].forEach((event) => {