Skip to content

Commit 0574069

Browse files
committed
Fix missing icon import
1 parent 1f0eac2 commit 0574069

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/js/Pages/Home.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@
102102
import { Head as InertiaHead, usePage } from '@inertiajs/inertia-vue3';
103103
import { useStore } from '../store';
104104
import { CdxDialog, CdxButton, CdxIcon, CdxMessage } from "@wikimedia/codex";
105+
import { cdxIconDie, cdxIconInfo } from '@wikimedia/codex-icons';
105106
import ItemIdSearchTextarea from '../Components/ItemIdSearchTextarea.vue';
106-
import { ref, computed } from 'vue';
107+
import { defineComponent, ref, computed } from 'vue';
107108
import type { Ref } from 'vue';
108109
import { Inertia } from '@inertiajs/inertia';
109110

0 commit comments

Comments
 (0)