Add flash notices

This commit is contained in:
Jose Farias
2024-10-16 17:22:11 -06:00
parent 73f64f542e
commit f127fad1e4
6 changed files with 50 additions and 1 deletions
@@ -0,0 +1,7 @@
import { Controller } from "@hotwired/stimulus"
export default class extends Controller {
remove() {
this.element.remove()
}
}