Skip to content

Commit 88ebe9e

Browse files
committed
Re-add Redux DevTools to App.jsx
1 parent 7d6ba6f commit 88ebe9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: client/modules/App/App.jsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ import PropTypes from 'prop-types';
22
import React from 'react';
33
import { connect } from 'react-redux';
44
import getConfig from '../../utils/getConfig';
5-
// import DevTools from './components/DevTools';
5+
import DevTools from './components/DevTools';
66
import { setPreviousPath } from '../IDE/actions/ide';
77

8-
const DevTools = () => <></>;
9-
108
class App extends React.Component {
119
constructor(props, context) {
1210
super(props, context);

0 commit comments

Comments
 (0)