@@ -2,6 +2,7 @@ import React from 'react';
import Module from '../lib/Module';
import {StyleSheet ,TextInput, View, Text } from 'react-native';
+import Types from '../lib/Types';
export default class TextComp extends Module {
constructor(props) {
super(props);