Add in lecture time popover
This commit is contained in:
@@ -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!)
|
||||
|
||||
Reference in New Issue
Block a user