Skip to content

Commit

Permalink
remove default export
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Jul 15, 2024
1 parent ed664aa commit a65b311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fetch-node-details/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "./interfaces";
export { default, default as NodeDetailManager } from "./nodeDetailManager";
export { default as NodeDetailManager } from "./nodeDetailManager";

0 comments on commit a65b311

Please sign in to comment.