From 24d9b9a657118ed182eec1a47260b3cdcc750608 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Mon, 7 Feb 2022 09:58:18 +0700 Subject: [PATCH] fix(links): correct export statement in react.d.ts --- addons/links/react.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/links/react.d.ts b/addons/links/react.d.ts index 1e0e42d007c9..e02d10f3216c 100644 --- a/addons/links/react.d.ts +++ b/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';