Files
php-flasher/docs/assets/js/controllers/theme_flasher_controller.js
T
2025-03-10 00:54:37 +00:00

11 lines
299 B
JavaScript

import { Controller } from '@hotwired/stimulus'
import { showNotificationsForHandler } from '../show_notifications'
import '@flasher/flasher/dist/themes/flasher/flasher.min.css'
export default class extends Controller {
connect() {
showNotificationsForHandler('theme.flasher')
}
}