add missing import

This commit is contained in:
Jun Su 2022-06-16 22:52:32 +08:00
parent 12164b694d
commit 95b4a51835
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import { styled } from '@mui/styles';
import { StatsTitle, StatsValue, Percentage } from './Summary';
import { GridStats } from '../api/bbgo';
const StatsSection = styled('div')(() => ({
display: 'grid',

View File

@ -1,4 +1,5 @@
import { styled } from '@mui/styles';
import { GridStats } from '../api/bbgo';
const SummarySection = styled('div')(() => ({
width: '100%',