fix import

This commit is contained in:
ThatOneCalculator 2023-02-13 19:55:37 -08:00
parent ac90543382
commit d706b80e37
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -78,7 +78,7 @@
<script lang="ts" setup>
import { onMounted } from 'vue';
import { Chart } from 'chart.js';
import MkSelect from '@/components/MkSelect.vue';
import MkSelect from '@/components/form/select.vue';
import MkChart from '@/components/MkChart.vue';
import { useChartTooltip } from '@/scripts/use-chart-tooltip';
import * as os from '@/os';