Skip to content

Commit

Permalink
fix: remove unused styles from CSSBaseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jongomez committed Oct 4, 2023
1 parent f233d4b commit 86125f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import { TagStyles } from '../Tag/Tag.styles'
import { TextFieldStyles } from '../TextField/TextField.styles'
import { defaultThemes, Theme, withTheme } from '../Theme'
import { TypographyStyles } from '../Typography/Typography.styles'
import { TableFooterStyles } from '../TableFooter/TableFooter.styles'
import { NumberInputStyles } from '../NumberInput/NumberInput.styles'

const componentStyles: Array<ReturnType<typeof withTheme> | SerializedStyles> =
Expand Down

0 comments on commit 86125f7

Please sign in to comment.