From 4e2c5bc50faca0b4770123863b55491aa0ba8dac Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Mon, 28 Jan 2019 13:46:39 +0200 Subject: [PATCH] TextInput used in intro screen --- src/routes/Intro/Intro.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/Intro/Intro.js b/src/routes/Intro/Intro.js index 5f1b2a591..6869aee85 100644 --- a/src/routes/Intro/Intro.js +++ b/src/routes/Intro/Intro.js @@ -1,6 +1,6 @@ import React, { Component } from 'react'; import Icon from 'stremio-icons/dom'; -import { Button } from 'stremio-common'; +import { Button, TextInput } from 'stremio-common'; import CheckboxLabel from './CheckboxLabel'; import styles from './styles'; @@ -155,7 +155,7 @@ class Intro extends Component { renderSignUpForm = () => { return (
- +