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

11 lines
290 B
JavaScript

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