refactor(nc-gui): move common datetime utils functions to sdk

This commit is contained in:
աɨռɢӄաօռɢ
2023-11-05 14:55:50 +08:00
parent 399b4c1c54
commit 9bc12eaee3
20 changed files with 34 additions and 127 deletions

View File

@@ -1,5 +1,4 @@
import { UITypes } from 'nocodb-sdk'
import { getDateFormat } from '../../utils/dateTimeUtils'
import { UITypes, getDateFormat } from 'nocodb-sdk'
import TemplateGenerator from './TemplateGenerator'
import {
extractMultiOrSingleSelectProps,