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