From 8b7d013116da862941979f8da562f02710d13d2b Mon Sep 17 00:00:00 2001 From: thewei Date: Thu, 29 Sep 2016 11:23:37 +0800 Subject: [PATCH] Update index.tsx (#3206) fixed Upload export name --- components/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/index.tsx b/components/index.tsx index e490466771..47244c7f55 100644 --- a/components/index.tsx +++ b/components/index.tsx @@ -92,4 +92,4 @@ export { default as Tooltip } from './tooltip'; export { default as Mention } from './mention'; -export { default as Uplaod } from './upload'; +export { default as Upload } from './upload';