diff --git a/config/importmap.rb b/config/importmap.rb index c1403ab..b559052 100644 --- a/config/importmap.rb +++ b/config/importmap.rb @@ -3,8 +3,8 @@ # Use node modules from a JavaScript CDN by running ./bin/importmap -pin "application" -pin "@hotwired/stimulus", to: "stimulus.js" -pin "@hotwired/stimulus-importmap-autoloader", to: "stimulus-importmap-autoloader.js" -pin_all_from "app/javascript/controllers", under: "controllers" -pin "@hotwired/turbo-rails", to: "turbo.js" +pin 'application' +pin '@hotwired/turbo-rails', to: 'turbo.js' +pin '@hotwired/stimulus', to: 'stimulus.js' +pin '@hotwired/stimulus-importmap-autoloader', to: 'stimulus-importmap-autoloader.js' +pin_all_from 'app/javascript/controllers', under: 'controllers'