Skip to content

Commit

Permalink
Fix hello Stimulus controller import
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Jul 2, 2022
1 parent 45ff276 commit 958cd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/resources/js/controllers/index-node.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import HelloController from './controllers/hello_controller'
import HelloController from './hello_controller'

export default (Stimulus) => {
Stimulus.register('hello', HelloController)
Expand Down

0 comments on commit 958cd1c

Please sign in to comment.