From eac05081943dc8376518940f9127654e6564336b Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 24 Oct 2018 23:04:17 +0100 Subject: [PATCH] Loading indicator: upgrade material-ui. --- src/widgets/LoadingIndicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/LoadingIndicator.tsx b/src/widgets/LoadingIndicator.tsx index 79ea9d6..64e1580 100644 --- a/src/widgets/LoadingIndicator.tsx +++ b/src/widgets/LoadingIndicator.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import CircularProgress from 'material-ui/CircularProgress'; +import CircularProgress from '@material-ui/core/CircularProgress'; export default (props: any) => { return (