pleroma/app/soapbox/entity-store/hooks/index.ts
2023-03-14 14:24:11 -05:00

3 lines
No EOL
140 B
TypeScript

export { useEntities } from './useEntities';
export { useEntity } from './useEntity';
export { useEntityActions } from './useEntityActions';