Skip to content

Commit

Permalink
fix type import api reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Nov 12, 2024
1 parent d880717 commit 31014c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import DatePicker from '@/packages/ui/src/Input/DatePicker.vue';
import DurationHumanInput from '@/packages/ui/src/Input/DurationHumanInput.vue';
import { InformationCircleIcon } from '@heroicons/vue/20/solid';
import type { Tag, Task } from '@/packages/api';
import type { Tag, Task } from '@/packages/api/src';
const show = defineModel('show', { default: false });
const saving = ref(false);
Expand Down

0 comments on commit 31014c1

Please sign in to comment.