ref(RecentList): Improvements after review.

This commit is contained in:
hristoterezov
2018-08-01 15:37:15 -05:00
committed by yanas
parent 046b06e436
commit fb75180632
25 changed files with 199 additions and 146 deletions

View File

@@ -2,8 +2,9 @@
import React, { Component } from 'react';
import { Text, Container } from './index';
import Container from './Container';
import styles from './styles';
import Text from './Text';
import type { SetionListSection } from '../../Types';
type Props = {