Skip to content
Snippets Groups Projects
Commit 9cbe878d authored by syuilo's avatar syuilo
Browse files

fix import

parent 618405c4
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@
<script lang="ts" setup>
import { onMounted, onUnmounted, reactive, ref, watch } from 'vue';
import { useWidgetPropsManager, Widget, WidgetComponentEmits, WidgetComponentExpose, WidgetComponentProps } from './widget';
import XCalendar from './activity.calendar.vue';
import XChart from './activity.chart.vue';
import XCalendar from './WidgetActivity.calendar.vue';
import XChart from './WidgetActivity.chart.vue';
import { GetFormResultType } from '@/scripts/form';
import * as os from '@/os';
import MkContainer from '@/components/MkContainer.vue';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment