We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65308e4 commit 2884587Copy full SHA for 2884587
1 file changed
apps/sim/tools/microsoft_excel/utils.ts
@@ -1,6 +1,6 @@
1
import { createLogger } from '@sim/logger'
2
-import type { ExcelCellValue } from '@/tools/microsoft_excel/types'
3
import { validateAlphanumericId } from '@/lib/core/security/input-validation'
+import type { ExcelCellValue } from '@/tools/microsoft_excel/types'
4
5
const logger = createLogger('MicrosoftExcelUtils')
6
0 commit comments