Skip to content

Commit

Permalink
fix: remove duplicate type import
Browse files Browse the repository at this point in the history
  • Loading branch information
jbinda authored May 15, 2019
1 parent fb2bacb commit 45b8644
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Card/CardTitle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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<typeof View> & {|
/**
Expand Down

0 comments on commit 45b8644

Please sign in to comment.