Browse Source

chore(nc-gui): import iconMap

pull/5454/head
Wing-Kam Wong 1 year ago
parent
commit
e86aef08cb
  1. 2
      packages/nc-gui/components/cell/attachment/Image.vue

2
packages/nc-gui/components/cell/attachment/Image.vue

@ -1,4 +1,6 @@
<script setup lang="ts">
import { iconMap } from '#imports'
interface Props {
srcs: string[]
alt?: string

Loading…
Cancel
Save