Skip to content

Commit

Permalink
removed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrod-blox committed Jul 18, 2024
1 parent ab38077 commit 8696d11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/common/components/OperatorDetails/OperatorDetails.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import React from 'react';
import { observer } from 'mobx-react';
import config from '~app/common/config';
import { Grid } from '@material-ui/core';
import { useStyles } from './OperatorDetails.styles';
import chainService, { EChain } from '~lib/utils/ChainService';
import OperatorType from '~app/common/components/OperatorType';
import CopyToClipboardIcon from '~app/common/components/CopyToClipboardIcon';

Expand Down

0 comments on commit 8696d11

Please sign in to comment.