Skip to content

Commit

Permalink
fix: remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
jongomez committed Oct 4, 2023
1 parent 4487592 commit 8e3b049
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import { TypographyStyles } from '../Typography/Typography.styles'
import { NumberInputStyles } from '../NumberInput/NumberInput.styles'
import { ModalStyles } from '../Modal/Modal.styles'
import { ModalFooterStyles } from '../ModalFooter/ModalFooter.styles'
import { ModalBody } from '../ModalBody'
import { ModalBodyStyles } from '../ModalBody/ModalBody.styles'

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

0 comments on commit 8e3b049

Please sign in to comment.