EvoBal/app/javascript/packs/application.js

17 lines
520 B
JavaScript
Raw Normal View History

2020-10-17 12:16:28 +02:00
// This file is automatically compiled by Webpack, along with any other files
// present in this directory. You're encouraged to place your actual application logic in
// a relevant structure within app/javascript and only use these pack files to reference
// that code so it'll be compiled.
2021-02-07 16:46:01 +01:00
import Rails from "@rails/ujs"
import "@hotwired/turbo-rails"
import * as ActiveStorage from "@rails/activestorage"
import "channels"
2020-10-17 12:16:28 +02:00
2021-02-07 16:46:01 +01:00
Rails.start()
ActiveStorage.start()
2020-10-17 12:16:28 +02:00
2021-02-07 16:46:01 +01:00
import "controllers"
import "stylesheets/application"