fix(nc-gui): lint

This commit is contained in:
Ramesh Mane
2025-06-24 05:59:48 +00:00
parent 812fbd12a5
commit 86ae96d6be
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { ColumnHelper } from 'nocodb-sdk'
import { type ColumnType, type TableType, UITypes } from 'nocodb-sdk'
import { ColumnHelper, UITypes } from 'nocodb-sdk'
import type { ColumnType, TableType } from 'nocodb-sdk'
export const valueToCopy = (
rowObj: Row,