diff --git a/packages/nc-gui/components/smartsheet/Kanban.vue b/packages/nc-gui/components/smartsheet/Kanban.vue index 23746af84c..4e82d21cee 100644 --- a/packages/nc-gui/components/smartsheet/Kanban.vue +++ b/packages/nc-gui/components/smartsheet/Kanban.vue @@ -18,7 +18,7 @@ import { provide, useKanbanViewStoreOrThrow, } from '#imports' -import type { Row as RowType } from '~/composables' +import type { Row as RowType } from '~/lib' const meta = inject(MetaInj, ref())