Skip to content

Commit

Permalink
refactor: rm usless code
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy94813 committed Jul 19, 2021
1 parent 08970b0 commit 19ba603
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libs/getComponentNameFromType.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
* @flow
*/

import type { Context, StatelessFunctionalComponent } from 'react';
import type { Context } from 'react';
import { Fragment } from 'react';
import {
ContextConsumer,
ContextProvider,
Element,
ForwardRef,
Portal,
Memo,
Expand Down

0 comments on commit 19ba603

Please sign in to comment.