mirror of
https://github.com/strapi/strapi.git
synced 2025-08-01 21:36:25 +00:00
8 lines
244 B
TypeScript
8 lines
244 B
TypeScript
// source providers
|
|
export * from './local-file-source-provider';
|
|
export * from './local-strapi-source-provider';
|
|
|
|
// destination providers
|
|
export * from './local-file-destination-provider';
|
|
export * from './local-strapi-destination-provider';
|