Skip to content

Commit 2e55764

Browse files
committed
export the correct function
1 parent 37cb3c9 commit 2e55764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/feedback/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { sendFeedbackRequest } from './util/sendFeedbackRequest';
1+
export { sendFeedback } from './sendFeedback';
22
export { Feedback } from './integration';

0 commit comments

Comments
 (0)