Managing loaner chromebooks for students and teachers in the HUUSD school district.
at main 9 lines 218 B view raw
1import { Application } from "@hotwired/stimulus" 2 3const application = Application.start() 4 5// Configure Stimulus development experience 6application.debug = false 7window.Stimulus = application 8 9export { application }