Skip to content

Commit

Permalink
fixed typography import
Browse files Browse the repository at this point in the history
  • Loading branch information
andra-sava committed Nov 20, 2024
1 parent 84261f6 commit f75e004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/charts/StatsChart/StatsChartStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import MuiCardActions from '@mui/material/CardActions'
import { styled } from '@mui/material/styles'
import { Gradient } from 'components/types'
import { Card, CardHeader } from '../../surfaces/Card'
import Typography from 'components/dataDisplay/Typography'
import Typography from '../../dataDisplay/Typography'

export const StyledCard = styled(Card)(({ theme }) => ({
display: 'inline-block',
Expand Down

0 comments on commit f75e004

Please sign in to comment.