Skip to content

Commit

Permalink
Remove the turbo window registration in the app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Sep 24, 2021
1 parent 6939477 commit a0963e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stubs/resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ import './bootstrap';
import './elements/turbo-echo-stream-tag';
//=inject-stimulus
//=inject-alpine
import Turbo from './libs/turbo';

window.Turbo = Turbo;
import './libs/turbo';

0 comments on commit a0963e3

Please sign in to comment.