Skip to content

Commit 5808bf7

Browse files
authored
Merge pull request #37 from hotwired-laravel/tm/fix-mention-to-hello
Comment out the reference to the deleted hello controller
2 parents 04f11a5 + d834a90 commit 5808bf7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

stubs/resources/js/controllers/index-node.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22
// Run that command whenever you add a new controller or create them with
33
// `php artisan stimulus:make controllerName`
44

5-
import { Stimulus } from '../libs/stimulus'
6-
7-
import HelloController from './hello_controller'
8-
Stimulus.register('hello', HelloController)
5+
import { Stimulus } from "../libs/stimulus";

0 commit comments

Comments
 (0)