Skip to content

Commit

Permalink
style(javascript): add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JosueMagnus12 committed Jan 25, 2024
1 parent 3fb70bb commit 33af272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/controllers/search_controller.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Controller } from "@hotwired/stimulus"
import { useDebounce, useDispatch } from 'stimulus-use'

// TODO: Refactor controller
export default class extends Controller {
static targets = [
"keywordInput",
Expand Down

0 comments on commit 33af272

Please sign in to comment.