From fe7fbbc6ff68ed96a3d7906f15c7205ec1b89e3e Mon Sep 17 00:00:00 2001 From: YujithIsura Date: Thu, 5 Nov 2020 17:31:39 +0530 Subject: [PATCH] bug fixed --- packages/bootstrap-theme/src/components/Theme/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bootstrap-theme/src/components/Theme/index.js b/packages/bootstrap-theme/src/components/Theme/index.js index f2f49ad..ec2713e 100644 --- a/packages/bootstrap-theme/src/components/Theme/index.js +++ b/packages/bootstrap-theme/src/components/Theme/index.js @@ -17,7 +17,7 @@ import Title from '../Title/' import PageError from '../PageError/' import {globalStyles, HeadContainer, Main} from './styles' -import ErrorBoundary from '../ErrorBoundary/' +// import ErrorBoundary from '../ErrorBoundary/' import bootstrapCss from 'bootstrap/dist/css/bootstrap.min.css'; const BootstrapStyles = () => (