Skip to content

Commit

Permalink
feat: DevTools - Merging fixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
hristo-kanchev committed Feb 23, 2020
1 parent 2cfbb53 commit 18e5cf3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* @flow
*/

import React, {Suspense, Fragment, useRef, useEffect, useReducer} from 'react';
import * as React from 'react';
import {Suspense, Fragment, useRef, useEffect, useReducer} from 'react';
import Tree from './Tree';
import SelectedElement from './SelectedElement';
import {InspectedElementContextController} from './InspectedElementContext';
Expand Down

0 comments on commit 18e5cf3

Please sign in to comment.