fix lightbox
Some checks failed
/ Run tests (push) Successful in 2m4s
/ Run system tests (push) Failing after 2m34s
/ Build, push and deploy image (push) Successful in 4m5s

This commit is contained in:
david 2024-11-23 19:24:43 +01:00
parent 70500c49a1
commit 110d75f2b7
3 changed files with 6 additions and 2 deletions

View file

@ -4,6 +4,9 @@
import { application } from "./application"
import Lightbox from '@stimulus-components/lightbox'
application.register('lightbox', Lightbox)
import AutosubmitController from "./autosubmit_controller"
application.register("autosubmit", AutosubmitController)