You've already forked php-flasher
mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-04-05 12:32:55 +01:00
11 lines
299 B
JavaScript
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')
|
|
}
|
|
}
|