mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
16 lines
481 B
JavaScript
16 lines
481 B
JavaScript
/**
|
|
* Echo exposes an expressive API for subscribing to channels and listening
|
|
* for events that are broadcast by Laravel. Echo and event broadcasting
|
|
* allow your team to quickly build robust real-time web applications.
|
|
*/
|
|
|
|
import './echo';
|
|
|
|
import './../../vendor/power-components/livewire-powergrid/dist/powergrid'
|
|
|
|
import './../../vendor/power-components/livewire-powergrid/dist/tailwind.css'
|
|
|
|
import flatpickr from 'flatpickr';
|
|
|
|
import 'flatpickr/dist/flatpickr.min.css';
|