import React from 'react'; import { useCollection_deprecated, GeneralSchemaDesigner, useSchemaTemplate } from '@nocobase/client'; export const KanbanDesigner = () => { const { name, title } = useCollection_deprecated(); const template = useSchemaTemplate(); return ( ); };