Skip to content

Commit a0963e3

Browse files
committed
Remove the turbo window registration in the app.js
1 parent 6939477 commit a0963e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stubs/resources/js/app.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ import './bootstrap';
22
import './elements/turbo-echo-stream-tag';
33
//=inject-stimulus
44
//=inject-alpine
5-
import Turbo from './libs/turbo';
6-
7-
window.Turbo = Turbo;
5+
import './libs/turbo';

0 commit comments

Comments
 (0)