chore: remove unused code
This commit is contained in:
-2
@@ -1,5 +1,4 @@
|
|||||||
import { Controller } from '@hotwired/stimulus'
|
import { Controller } from '@hotwired/stimulus'
|
||||||
import { useDispatch } from 'stimulus-use'
|
|
||||||
import { useFetch } from '../mixins/use_fetch'
|
import { useFetch } from '../mixins/use_fetch'
|
||||||
|
|
||||||
export default class extends Controller {
|
export default class extends Controller {
|
||||||
@@ -19,7 +18,6 @@ export default class extends Controller {
|
|||||||
|
|
||||||
initialize() {
|
initialize() {
|
||||||
useFetch(this)
|
useFetch(this)
|
||||||
useDispatch(this)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
filter() {
|
filter() {
|
||||||
|
|||||||
Reference in New Issue
Block a user