Skip to content

Commit

Permalink
Order imports
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Jan 30, 2021
1 parent 4eefd10 commit 8e10abe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Truncate.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import PropTypes from 'prop-types'
import styled from 'styled-components'
import {maxWidth, MaxWidthProps} from 'styled-system'
import PropTypes from 'prop-types'
import {TYPOGRAPHY, COMMON, SystemTypographyProps, SystemCommonProps} from './constants'
import theme from './theme'
import {COMMON, SystemCommonProps, SystemTypographyProps, TYPOGRAPHY} from './constants'
import sx, {SxProp} from './sx'
import theme from './theme'
import {ComponentProps} from './utils/types'

type StyledTruncateProps = {
Expand Down

0 comments on commit 8e10abe

Please # to comment.