Add in lecture time popover

This commit is contained in:
2023-10-06 20:49:53 +01:00
parent fda26e3b53
commit 41e3eebe52
4 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { application } from "controllers/application"
import { eagerLoadControllersFrom } from "@hotwired/stimulus-loading"
eagerLoadControllersFrom("controllers", application)
import { Popover } from "tailwindcss-stimulus-components"
import Popover from 'stimulus-popover'
application.register('popover', Popover)
// Lazy load controllers as they appear in the DOM (remember not to preload controllers in import map!)