Skip to content

Commit da990af

Browse files
committed
Fix: shortening default export syntax
1 parent 4139972 commit da990af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { default as default } from "./ScriptLoader";
1+
export { default } from "./ScriptLoader";
22
export * from "./ScriptLoader";
33
export { default as useScriptLoader } from "./hooks/useScriptLoader";
44
export * from "./hooks/useScriptLoader";

0 commit comments

Comments
 (0)