Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 48baf83

Browse files
authored
fix(main): default export
fixes strapi/strapi-sdk-javascript#6
2 parents 578bea0 + f13c61d commit 48baf83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
export * from './lib/sdk';
1+
import Strapi from './lib/sdk';
2+
export default Strapi;

0 commit comments

Comments
 (0)