Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 20, 2023
1 parent 1ff01d1 commit b5c8797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from "./path";

export * as default from './path'
export * as default from "./path";

0 comments on commit b5c8797

Please sign in to comment.