Skip to content

Commit

Permalink
Merge pull request #17434 from huyenltnguyen/fix/link-to
Browse files Browse the repository at this point in the history
Addon-links: Fix export statement in react.d.ts
  • Loading branch information
shilman committed Feb 7, 2022
2 parents 4646214 + 24d9b9a commit 7b6c83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/links/react.d.ts
@@ -1,2 +1,2 @@
export * from './dist/ts3.9/react';
export { default as LinkTo } from './dist/ts3.9/react';
export { default } from './dist/ts3.9/react';

0 comments on commit 7b6c83d

Please sign in to comment.