mirror of
https://github.com/czhu12/canine.git
synced 2025-12-20 10:19:50 -06:00
16 lines
561 B
JavaScript
16 lines
561 B
JavaScript
// 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.
|
|
|
|
import "@hotwired/turbo-rails"
|
|
require("@rails/activestorage").start()
|
|
//require("trix")
|
|
//require("@rails/actiontext")
|
|
require("local-time").start()
|
|
require("@rails/ujs").start()
|
|
|
|
import './channels/**/*_channel.js'
|
|
import "./controllers"
|
|
import "chartkick/chart.js"
|