File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
front_end/panels/react_devtools Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33// Use of this source code is governed by a BSD-style license that can be
44// found in the LICENSE file.
55
6- import * as Common from '../../core/common/common.js' ;
7- import * as Host from '../../core/host/host.js' ;
8- import * as i18n from '../../core/i18n/i18n.js' ;
96import type * as Platform from '../../core/platform/platform.js' ;
107import * as SDK from '../../core/sdk/sdk.js' ;
118import * as Bindings from '../../models/bindings/bindings.js' ;
@@ -14,6 +11,9 @@ import * as Workspace from '../../models/workspace/workspace.js';
1411import type * as ReactDevToolsTypes from '../../third_party/react-devtools/react-devtools.js' ;
1512import * as ReactDevTools from '../../third_party/react-devtools/react-devtools.js' ;
1613import * as UI from '../../ui/legacy/legacy.js' ;
14+ import * as Common from '../../core/common/common.js' ;
15+ import * as Host from '../../core/host/host.js' ;
16+ import * as i18n from '../../core/i18n/i18n.js' ;
1717
1818import {
1919 Events as ReactDevToolsModelEvents ,
You can’t perform that action at this time.
0 commit comments