Skip to content

Commit

Permalink
Chore: Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
chakflying committed Dec 20, 2023
1 parent e7bd396 commit b911396
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/PingChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
<script lang="js">
import { BarController, BarElement, Chart, Filler, LinearScale, LineController, LineElement, PointElement, TimeScale, Tooltip } from "chart.js";
import "chartjs-adapter-dayjs-4";
import dayjs from "dayjs";
import { Line } from "vue-chartjs";
import { DOWN, PENDING, MAINTENANCE, log } from "../util.ts";
import { DOWN, PENDING, MAINTENANCE } from "../util.ts";
Chart.register(LineController, BarController, LineElement, PointElement, TimeScale, BarElement, LinearScale, Tooltip, Filler);
Expand Down

0 comments on commit b911396

Please sign in to comment.