I think we have our import maps working now.

This commit is contained in:
2023-03-01 06:28:43 +00:00
parent 2f04f3fd55
commit 663a9030ab
4 changed files with 23 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
// Configure your import map in config/importmap.rb. Read more: https://github.com/rails/importmap-rails
import "jquery"
import "@hotwired/turbo-rails"
import "controllers"
//import "controllers"
import "trix"
import "@rails/actiontext"