From 88ebe9e7ea8a7b4ee6655a031a9634acb43ac6ee Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Wed, 1 Jul 2020 16:56:05 -0400 Subject: [PATCH] Re-add Redux DevTools to App.jsx --- client/modules/App/App.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/modules/App/App.jsx b/client/modules/App/App.jsx index 701e4838..af441a9d 100644 --- a/client/modules/App/App.jsx +++ b/client/modules/App/App.jsx @@ -2,11 +2,9 @@ import PropTypes from 'prop-types'; import React from 'react'; import { connect } from 'react-redux'; import getConfig from '../../utils/getConfig'; -// import DevTools from './components/DevTools'; +import DevTools from './components/DevTools'; import { setPreviousPath } from '../IDE/actions/ide'; -const DevTools = () => <>; - class App extends React.Component { constructor(props, context) { super(props, context);