Skip to content

Commit

Permalink
Fix index.js.flow export path (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten authored Feb 10, 2023
1 parent 6d6415d commit ad413ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js.flow
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// @flow

declare export * from "./dist/types/index.js.flow"
declare export * from "./dist/wonka.js.flow"

0 comments on commit ad413ef

Please sign in to comment.