Skip to content

Commit

Permalink
hotfix: assets
Browse files Browse the repository at this point in the history
  • Loading branch information
shafy committed May 20, 2022
1 parent f88c824 commit 825f7d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/controllers/chart_controller.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Controller } from "@hotwired/stimulus"
import { Chart, registerables } from "chart.js";
import { formatDates, htmlDecode, htmlLegendPlugin } from "../helpers/chart_helpers";
import { formatDates, htmlDecode, htmlLegendPlugin } from "./helpers/chart_helpers";

Chart.register(...registerables);

Expand Down
File renamed without changes.

0 comments on commit 825f7d5

Please sign in to comment.