Re-add Redux DevTools to App.jsx
This commit is contained in:
parent
7d6ba6f34f
commit
88ebe9e7ea
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue