Skip to content

Commit

Permalink
style(eslint): 'React' is defined but never used no-unused-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Jul 5, 2021
1 parent cdf636f commit 0ea83c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion __tests__/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import LinkPicker from '..';
import {render} from '@testing-library/react';

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, {useRef, useState} from 'react';
import { useRef, useState } from 'react';
import {Cascader} from 'antd';
import PropTypes from 'prop-types';

Expand Down

0 comments on commit 0ea83c0

Please sign in to comment.