feat(ai): add mcp-metadata (#13150)
Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
@ -314,6 +314,7 @@ export {
|
||||
IconWebhook,
|
||||
IconWorld,
|
||||
IconX,
|
||||
IconSitemap,
|
||||
} from '@tabler/icons-react';
|
||||
|
||||
export type { IconProps as TablerIconsProps } from '@tabler/icons-react';
|
||||
|
||||
@ -376,6 +376,7 @@ export {
|
||||
IconWebhook,
|
||||
IconWorld,
|
||||
IconX,
|
||||
IconSitemap,
|
||||
} from './icon/components/TablerIcons';
|
||||
export { useIcons } from './icon/hooks/useIcons';
|
||||
export { IconsProvider } from './icon/providers/IconsProvider';
|
||||
|
||||
Reference in New Issue
Block a user