/* * Livewire Material — imported once from the application's app.js: * * import '../../vendor/nonameweb/livewire-material/resources/js/material.js' * * Alpine ships with Livewire, so these only register onto it (on `alpine:init`). A module * script runs before Livewire starts Alpine, and wire:navigate keeps it rather than running * it again, so nothing registers twice. */ import './theme.js' import './figure.js'