chore: remove unused code

This commit is contained in:
Björn Fromme
2024-06-19 15:39:25 +02:00
parent 00c2ad4b42
commit 096a873f17
@@ -1,5 +1,4 @@
import { Controller } from '@hotwired/stimulus'
import { useDispatch } from 'stimulus-use'
import { useFetch } from '../mixins/use_fetch'
export default class extends Controller {
@@ -19,7 +18,6 @@ export default class extends Controller {
initialize() {
useFetch(this)
useDispatch(this)
}
filter() {