Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
celloman committed Mar 9, 2021
1 parent 0a4095a commit 8e47525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/components/Form/Checkbox.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import React, { ChangeEventHandler, FunctionComponent } from 'react';
import PropTypes from 'prop-types';
import styled, { css } from 'styled-components';
import theme from 'styled-theming';
import useWhatInput from 'react-use-what-input';
import { BLACK, BLUE, LIGHT_BLUE, RED, SKY, STEEL, WHITE } from 'Constant/colors';
import { BLACK, BLUE, RED, SKY, STEEL, WHITE } from 'Constant/colors';
import { Sprite } from 'components/Sprite';

// const fontColor = theme('mode', {
Expand Down
4 changes: 2 additions & 2 deletions src/components/KeyManagement/DisplayPrivateKeysModal.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { FunctionComponent, useCallback, useEffect, useState } from 'react';
import React, { FunctionComponent, useCallback, useState } from 'react';
import { Modal } from 'components/Modal';
import { ContractKey } from 'models/keys';
import { H3, H4, H5 } from 'components/Text';
import { H5 } from 'components/Text';
import { HorizontalTable, HorizontalTableRow } from 'components/Table';
import { Card, CardHeader } from 'components/Card';
import { Button, ButtonGroup } from 'components/Button';
Expand Down

0 comments on commit 8e47525

Please sign in to comment.