Skip to content

Commit

Permalink
style: remove react import
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodes05 committed Sep 19, 2023
1 parent 2126cf3 commit f8b64df
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions libs/oeth/history/src/components/ChartCard.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react';

import { Stack, Typography, useTheme } from '@mui/material';
import { Card } from '@origin/shared/components';
import { Line } from 'react-chartjs-2';
Expand Down
2 changes: 0 additions & 2 deletions libs/oeth/history/src/components/HistoryCell.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react';

import { Stack, Typography } from '@mui/material';
import { useIntl } from 'react-intl';
import { useTransaction } from 'wagmi';
Expand Down
2 changes: 0 additions & 2 deletions libs/oeth/history/src/components/TransactionIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react';

import { Box } from '@mui/material';

type Props =
Expand Down
2 changes: 0 additions & 2 deletions libs/oeth/shared/src/components/AccountDetails.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react';

import {
alpha,
Box,
Expand Down
2 changes: 0 additions & 2 deletions libs/shared/components/src/Checkbox/EmptyCheckbox.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react';

import { SvgIcon } from '@mui/material';

export function EmptyCheckbox() {
Expand Down

0 comments on commit f8b64df

Please sign in to comment.