From 895e56948906e08be96940531c96227c194e9ca2 Mon Sep 17 00:00:00 2001 From: Stuart Aylward Date: Thu, 9 Aug 2018 11:17:56 +0100 Subject: [PATCH] Update index.js corrected typo. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 29e7a15..d1a8891 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ import CircularProgress from './src/CircularProgress'; import AnimatedCircularProgress from './src/AnimatedCircularProgress'; -export { CirculartProgress, AnimatedCircularProgress } +export { CircularProgress, AnimatedCircularProgress }