mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 00:57:12 +00:00
refactor: remove unused icons from icon map and combine import statement
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -2,8 +2,7 @@ import type { PropType } from '@vue/runtime-core'
|
||||
import type { ColumnType, LinkToAnotherRecordType, LookupType, RollupType } from 'nocodb-sdk'
|
||||
import type { Ref } from 'vue'
|
||||
import { RelationTypes, UITypes } from 'nocodb-sdk'
|
||||
import { ColumnInj, MetaInj, defineComponent, h, inject, isBt, isHm, isLookup, isMm, isRollup, ref, toRef } from '#imports'
|
||||
import { iconMap } from '~/utils'
|
||||
import { ColumnInj, MetaInj, defineComponent, h, inject, isBt, isHm, isLookup, isMm, isRollup, ref, toRef, iconMap} from '#imports'
|
||||
import CountIcon from '~icons/mdi/counter'
|
||||
|
||||
const renderIcon = (column: ColumnType, relationColumn?: ColumnType) => {
|
||||
|
||||
Reference in New Issue
Block a user