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

Commit f13c61d

Browse files
committed
fixes strapi/strapi-sdk-javascript#12 strapi/strapi-sdk-javascript#6
1 parent 578bea0 commit f13c61d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
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)