mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
8 lines
133 B
TypeScript
8 lines
133 B
TypeScript
import * as RefineStrapiV4 from "@refinedev/strapi-v4";
|
|
|
|
const StrapiV4Scope = {
|
|
RefineStrapiV4,
|
|
};
|
|
|
|
export default StrapiV4Scope;
|