diff --git a/src/base-container/index.jsx b/src/base-container/index.jsx index 46f135f94..f10fb2544 100644 --- a/src/base-container/index.jsx +++ b/src/base-container/index.jsx @@ -2,7 +2,6 @@ import React from 'react'; import { getConfig } from '@edx/frontend-platform'; import { breakpoints } from '@openedx/paragon'; -import classNames from 'classnames'; import PropTypes from 'prop-types'; import MediaQuery from 'react-responsive'; @@ -30,7 +29,7 @@ const BaseContainer = ({ children, showWelcomeBanner, fullName }) => { {showWelcomeBanner ? : } -
+
{children}
@@ -50,7 +49,7 @@ const BaseContainer = ({ children, showWelcomeBanner, fullName }) => { {showWelcomeBanner ? : } -
+
{children}