From 8e10abebcc6c327dfc2b552cf23da9cd12a73103 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 29 Jan 2021 16:01:45 -0800 Subject: [PATCH] Order imports --- src/Truncate.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Truncate.tsx b/src/Truncate.tsx index b773a1d1d95..db07b254373 100644 --- a/src/Truncate.tsx +++ b/src/Truncate.tsx @@ -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 = {