Skip to content

Commit

Permalink
Adjust import
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Feb 4, 2024
1 parent bb1ed4d commit b593f0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion app/javascript/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
import "@hotwired/turbo-rails"
import "./controllers"
import * as bootstrap from "bootstrap"
import "chartkick/chart.js"
1 change: 1 addition & 0 deletions app/javascript/controllers/admin_controller.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Controller } from '@hotwired/stimulus';
import 'chartkick/chart.js';

require('datatables.net');
require('datatables.net-bs5');
Expand Down

0 comments on commit b593f0f

Please sign in to comment.