Skip to content

Commit

Permalink
fix(frontend): fix ChartConfiguration compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Oct 4, 2021
1 parent 44e786e commit b3def7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/src/pages/Home.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script lang="ts">
import Card from "../components/Card.svelte";
import Chart, { ChartConfiguration } from "chart.js/auto";
import Chart from "chart.js/auto";
import type { ChartConfiguration } from "chart.js";
import { onMount } from "svelte";
import { spring } from "svelte/motion";
Expand Down

0 comments on commit b3def7b

Please sign in to comment.