fedi-feed-router/resources/js/app.js

8 lines
200 B
JavaScript
Raw Normal View History

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