8 lines
210 B
TypeScript
8 lines
210 B
TypeScript
/**
|
|
* yoga-text-with-image-component service
|
|
*/
|
|
|
|
import { factories } from '@strapi/strapi';
|
|
|
|
export default factories.createCoreService('api::yoga-text-with-image-component.yoga-text-with-image-component');
|