Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
celloman committed May 21, 2021
1 parent d1eec2f commit 6c62cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Form/Select/Select.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { ChangeEventHandler, FunctionComponent, ReactChildren } from 'react';
import React, { ChangeEventHandler, FunctionComponent } from 'react';
import styled, { css } from 'styled-components';
import theme from 'styled-theming';
import useWhatInput from 'react-use-what-input';
Expand Down
3 changes: 1 addition & 2 deletions src/components/KeyManagement/AddKeyModalContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ import { KeyTypes } from 'models/keys';
import { Sprite } from 'components/Sprite';
import { H4 } from 'components/Text';
import { FlexContainer } from 'components/Layout/Flex';
import { Checkbox, FormWrapper, TextInput } from 'components/Form';
import { FormWrapper, TextInput } from 'components/Form';
import { Modal } from 'components/Modal';
import { KEY_PROVIDERS, KEY_PROVIDERS_ARRAY, KEY_PROVIDER_META } from 'Constant/affiliate';
import { Dropdown } from 'components/Dropdown';
import Select from 'components/Form/Select/Select';
import styled from 'styled-components';

Expand Down

0 comments on commit 6c62cec

Please sign in to comment.