diff --git a/clip/ClipElement.tsx b/clip/ClipElement.tsx index d3c219e..819f803 100644 --- a/clip/ClipElement.tsx +++ b/clip/ClipElement.tsx @@ -1,5 +1,6 @@ import React from 'react'; import { View, Text } from 'react-native'; +import IconVector from 'react-native-vector-icons/FontAwesome5'; export default class ClipElement extends React.Component { @@ -8,8 +9,9 @@ export default class ClipElement extends React.Component { } render(): JSX.Element { - return - {this.props.title} + return + {this.props.title} + ; } } \ No newline at end of file