You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
183 B

8 months ago
9 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
  1. // Turbo
  2. import "@hotwired/turbo-rails"
  3. Turbo.setProgressBarDelay(300)
  4. // Toastify
  5. import Toastify from 'toastify-js'
  6. window.Toastify=Toastify
  7. // Js Controllers
  8. import "controllers"