import { Alpine, Livewire } from '../../vendor/livewire/livewire/dist/livewire.esm'; import './bootstrap'; import trendChart from './chart'; Alpine.data('trendChart', trendChart); Livewire.start();