From 45b86446e36d1d38bdd0ab0151628be485ca8575 Mon Sep 17 00:00:00 2001 From: jbinda Date: Wed, 15 May 2019 17:29:17 +0200 Subject: [PATCH] fix: remove duplicate type import --- src/components/Card/CardTitle.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Card/CardTitle.js b/src/components/Card/CardTitle.js index 1b1cfe3..8c12ccf 100644 --- a/src/components/Card/CardTitle.js +++ b/src/components/Card/CardTitle.js @@ -10,7 +10,6 @@ import { withTheme } from '../../core/theming'; import Caption from './../Typography/Caption'; import Title from './../Typography/Title'; import type { Theme } from '../../types'; -import type { ViewStyleProp } from 'react-native/Libraries/StyleSheet/StyleSheet'; type Props = React.ElementConfig & {| /**