We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d23db commit 5c424edCopy full SHA for 5c424ed
client/modules/IDE/components/FileNode.jsx
@@ -1,8 +1,8 @@
1
import PropTypes from 'prop-types';
2
import classNames from 'classnames';
3
import React, { useState, useRef, useEffect } from 'react';
4
-import { useDispatch, useSelector } from 'react-redux';
5
-import { bindActionCreators, connect } from 'redux';
+import { useDispatch, useSelector, connect } from 'react-redux';
+import { bindActionCreators } from 'redux';
6
import { withTranslation } from 'react-i18next';
7
import { useTranslation } from 'react-i18next';
8
import * as IDEActions from '../actions/ide';
0 commit comments