mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 21:47:38 +00:00
8 lines
215 B
TypeScript
8 lines
215 B
TypeScript
|
|
import { useFindManyObjectMetadataItems } from '@/object-metadata/hooks/useFindManyObjectMetadataItems';
|
||
|
|
|
||
|
|
export const ObjectMetadataItemsLoadEffect = () => {
|
||
|
|
useFindManyObjectMetadataItems();
|
||
|
|
|
||
|
|
return <></>;
|
||
|
|
};
|