Basic models for Fizzy do and searches working with them

This commit is contained in:
Jorge Manrubia
2025-05-05 17:28:57 +02:00
parent 8e0154addc
commit 65d809dd8d
15 changed files with 217 additions and 44 deletions
@@ -0,0 +1,8 @@
import { Controller } from "@hotwired/stimulus"
export default class extends Controller {
static targets = [ "input" ]
// Actions
}