Browse Source

fix: lint error

pull/7413/head
Ramesh Mane 8 months ago
parent
commit
e2f30d9e90
  1. 5
      packages/nc-gui/components/smartsheet/header/Cell.vue

5
packages/nc-gui/components/smartsheet/header/Cell.vue

@ -1,16 +1,17 @@
<script setup lang="ts">
import { UITypesName, type ColumnReqType, type ColumnType, UITypes } from 'nocodb-sdk'
import type { ColumnReqType, ColumnType } from 'nocodb-sdk'
import { UITypes, UITypesName } from 'nocodb-sdk'
import {
ColumnInj,
IsExpandedFormOpenInj,
IsFormInj,
IsKanbanInj,
inject,
parseProp,
provide,
ref,
toRef,
useRoles,
parseProp,
} from '#imports'
interface Props {

Loading…
Cancel
Save