From 73d7e76d3b94b00bbbc1969faae87b2cca4324cf Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 22 Jan 2021 15:57:49 -0800 Subject: [PATCH] Remove React import --- src/Text.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Text.tsx b/src/Text.tsx index d90bc3934f5..fad64d7ca81 100644 --- a/src/Text.tsx +++ b/src/Text.tsx @@ -1,5 +1,4 @@ import PropTypes from 'prop-types' -import React from 'react' import styled from 'styled-components' import {COMMON, SystemCommonProps, SystemTypographyProps, TYPOGRAPHY} from './constants' import sx, {SxProp} from './sx'