Skip to content

Commit 19ba603

Browse files
committed
refactor: rm usless code
1 parent 08970b0 commit 19ba603

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libs/getComponentNameFromType.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
* @flow
55
*/
66

7-
import type { Context, StatelessFunctionalComponent } from 'react';
7+
import type { Context } from 'react';
88
import { Fragment } from 'react';
99
import {
1010
ContextConsumer,
1111
ContextProvider,
12-
Element,
1312
ForwardRef,
1413
Portal,
1514
Memo,

0 commit comments

Comments
 (0)