refactor(turbo): simplify custom actions implementation now that turbo has support for it

This commit is contained in:
Paul Chavard 2022-10-11 23:39:26 +02:00
parent 2e9f87a629
commit 85581e72e9
10 changed files with 128 additions and 223 deletions

View file

@ -4,6 +4,7 @@ import * as Turbo from '@hotwired/turbo';
import { Application } from '@hotwired/stimulus';
import '@gouvfr/dsfr/dist/dsfr.module.js';
import '../shared/turbo-actions';
import '../shared/activestorage/ujs';
import '../shared/safari-11-empty-file-workaround';
import '../shared/toggle-target';