mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
add missing import
This commit is contained in:
parent
12164b694d
commit
95b4a51835
|
@ -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',
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import { styled } from '@mui/styles';
|
||||
import { GridStats } from '../api/bbgo';
|
||||
|
||||
const SummarySection = styled('div')(() => ({
|
||||
width: '100%',
|
||||
|
|
Loading…
Reference in New Issue
Block a user