fix: build error (#5753)

* fix: build error

* fix: merge bug
This commit is contained in:
Katherine 2024-11-29 14:40:31 +08:00 committed by GitHub
parent be4e7b79c1
commit f7da956a41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,6 @@ import {
useProps,
useToken,
withDynamicSchemaProps,
useACLRoleContext,
useDesignable,
ActionContextProvider,
useActionContext,
@ -29,6 +28,7 @@ import {
SchemaComponentOptions,
useFormBlockContext,
handleDateChangeOnForm,
withSkeletonComponent,
} from '@nocobase/client';
import type { Dayjs } from 'dayjs';
import dayjs from 'dayjs';