From 6d0614df635ea4a61a4de0d0d9ae4f10813a7e4f Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 24 Oct 2018 23:03:10 +0100 Subject: [PATCH] Container: upgrade material-ui. --- src/widgets/Container.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/Container.tsx b/src/widgets/Container.tsx index 06788da..2bece09 100644 --- a/src/widgets/Container.tsx +++ b/src/widgets/Container.tsx @@ -1,11 +1,11 @@ import * as React from 'react'; -import Paper from 'material-ui/Paper'; +import Paper from '@material-ui/core/Paper'; import './Container.css'; export default (props: {style?: any, children: any}) => (
- +
{props.children}