We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0eac2 commit 0574069Copy full SHA for 0574069
resources/js/Pages/Home.vue
@@ -102,8 +102,9 @@
102
import { Head as InertiaHead, usePage } from '@inertiajs/inertia-vue3';
103
import { useStore } from '../store';
104
import { CdxDialog, CdxButton, CdxIcon, CdxMessage } from "@wikimedia/codex";
105
+ import { cdxIconDie, cdxIconInfo } from '@wikimedia/codex-icons';
106
import ItemIdSearchTextarea from '../Components/ItemIdSearchTextarea.vue';
- import { ref, computed } from 'vue';
107
+ import { defineComponent, ref, computed } from 'vue';
108
import type { Ref } from 'vue';
109
import { Inertia } from '@inertiajs/inertia';
110
0 commit comments