Files
php-flasher/docs/assets/js/controllers/theme_emerald_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/emerald/emerald.min.css'
export default class extends Controller {
connect() {
showNotificationsForHandler('theme.emerald')
}
}